Game crashes when breaking blocks like chest

Hi Guys,

Hope you can help me…

org.spongepowered.asm.mixin.injection.throwables.InjectionError: LVT in net/minecraft/world/World::func_175713_t(Lnet/minecraft/util/math/BlockPos;)V has incompatible changes at opcode 15 in callback mixins.common.core.json:world.WorldMixin->@Inject::onCheckTileEntityForRemoval(Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/tileentity/TileEntity;Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;)V.
Expected: [Lnet/minecraft/tileentity/TileEntity;, Lnet/minecraft/world/World;, Lnet/minecraft/util/math/BlockPos;]
Found: [Lnet/minecraft/tileentity/TileEntity;]
Available: [Lnet/minecraft/tileentity/TileEntity;]
at net.minecraft.world.World.handler$zll000$onCheckTileEntityForRemoval$missing(World.java)
at net.minecraft.world.World.func_175713_t(World.java:2473)
at net.minecraft.world.chunk.Chunk.bridge$setBlockState(Chunk.java:3782)
at net.minecraft.world.chunk.Chunk.func_177436_a(Chunk.java:3644)
at net.minecraft.world.World.func_180501_a(World.java:343)
at net.minecraft.client.multiplayer.WorldClient.func_180501_a(WorldClient.java:655)
at net.minecraft.world.World.func_175698_g(World.java:398)
at com.pixelmonmod.pixelmon.blocks.MultiBlock.setMultiBlocksHeight(MultiBlock.java:307)
at com.pixelmonmod.pixelmon.blocks.MultiBlock.setMultiBlocksLength(MultiBlock.java:291)
at com.pixelmonmod.pixelmon.blocks.MultiBlock.setMultiBlocksWidth(MultiBlock.java:262)
at com.pixelmonmod.pixelmon.blocks.MultiBlock.removedByPlayer(MultiBlock.java:207)
at com.pixelmonmod.pixelmon.blocks.ranch.BlockRanchBlock.removedByPlayer(BlockRanchBlock.java:180)
at net.minecraft.client.multiplayer.PlayerControllerMP.func_187103_a(PlayerControllerMP.java:176)
at net.minecraft.client.multiplayer.PlayerControllerMP.func_180512_c(PlayerControllerMP.java:322)
at net.optifine.override.PlayerControllerOF.func_180512_c(PlayerControllerOF.java:65)
at net.minecraft.client.Minecraft.func_147115_a(Minecraft.java:1480)
at net.minecraft.client.Minecraft.func_184117_aA(Minecraft.java:2268)
at net.minecraft.client.Minecraft.func_184118_az(Minecraft.java:2020)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1808)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1098)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:398)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

My game crash when I try to break a chest and some other stuff, otherwise it is working fine.

We can’t really help you much unless you provide some more useful information.
If you need assistance with crashes, it’s always good practice to include a list of the plugins and mods you are using, including version numbers. That includes SpongeForge, Forge, Pixelmon and also Java itself. The entire log file (from the crash) is also usually vitally important.

Also, please don’t post big slices of log files - just use a paste site (like pastebin or github gist etc) and post the link. That way we can see the whole file, and it doesn’t fill the forum thread with it.