Clean up mixin configuration

This commit is contained in:
Brady 2018-08-05 00:25:58 -05:00
parent 34ead03432
commit cc29bd16e7
No known key found for this signature in database
GPG Key ID: 73A788379A197567
2 changed files with 1 additions and 16 deletions

View File

@ -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();
}

View File

@ -6,6 +6,7 @@
"verbose": false,
"client": [
"MixinEntityPlayerSP",
"MixinEntityRenderer",
"MixinGameSettings",
"MixinGuiContainer",
"MixinGuiOverlayDebug",