[cleanup] Remove unused MixinAnvilChunkLoader

This commit is contained in:
Dominika 2020-11-14 16:54:37 -05:00
parent 40063c1c50
commit 599a9dcdc3
No known key found for this signature in database
GPG Key ID: B4A5A6DCA70F861F
2 changed files with 1 additions and 16 deletions

View File

@ -1,14 +0,0 @@
package me.zeroeightsix.kami.mixin.client.world;
import net.minecraft.nbt.NBTTagCompound;
import net.minecraft.world.World;
import net.minecraft.world.chunk.Chunk;
import net.minecraft.world.chunk.storage.AnvilChunkLoader;
import org.spongepowered.asm.mixin.Mixin;
import org.spongepowered.asm.mixin.gen.Invoker;
@Mixin(AnvilChunkLoader.class)
public interface MixinAnvilChunkLoader {
@Invoker
void invokeWriteChunkToNBT(Chunk chunkIn, World worldIn, NBTTagCompound compound);
}

View File

@ -46,8 +46,7 @@
"render.MixinRenderPlayer",
"render.MixinTileEntityEnchantmentTableRenderer",
"render.MixinTileEntitySignRenderer",
"render.MixinVisGraph",
"world.MixinAnvilChunkLoader",
"render.MixinVisGraph",
"world.MixinBlockLiquid",
"world.MixinBlockSoulSand",
"world.MixinBlockWeb",