Clean up mixin configuration
This commit is contained in:
parent
34ead03432
commit
cc29bd16e7
@ -1,16 +0,0 @@
|
|||||||
package baritone.launch.mixins;
|
|
||||||
|
|
||||||
import net.minecraft.world.chunk.storage.IChunkLoader;
|
|
||||||
import net.minecraft.world.gen.ChunkProviderServer;
|
|
||||||
import org.spongepowered.asm.mixin.Mixin;
|
|
||||||
import org.spongepowered.asm.mixin.gen.Accessor;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @author Brady
|
|
||||||
* @since 8/4/2018 11:33 AM
|
|
||||||
*/
|
|
||||||
@Mixin(ChunkProviderServer.class)
|
|
||||||
public interface MixinChunkProviderServer {
|
|
||||||
|
|
||||||
@Accessor IChunkLoader getChunkLoader();
|
|
||||||
}
|
|
@ -6,6 +6,7 @@
|
|||||||
"verbose": false,
|
"verbose": false,
|
||||||
"client": [
|
"client": [
|
||||||
"MixinEntityPlayerSP",
|
"MixinEntityPlayerSP",
|
||||||
|
"MixinEntityRenderer",
|
||||||
"MixinGameSettings",
|
"MixinGameSettings",
|
||||||
"MixinGuiContainer",
|
"MixinGuiContainer",
|
||||||
"MixinGuiOverlayDebug",
|
"MixinGuiOverlayDebug",
|
||||||
|
Loading…
Reference in New Issue
Block a user