capnkirok / Voxels

Repository for the Minecraft Mod Voxels
2 stars 0 forks source link

[1.10] Server crash "ItemStack" class not found #26

Closed capnkirok closed 7 years ago

capnkirok commented 7 years ago

Crash caused by using ArmorIteminInventory in server side code. Located in multiple places.

error looks like this: http://pastebin.com/udBiDeQz

[21:41:39] [Server thread/ERROR] [FML/]: Exception caught during firing event net.minecraftforge.event.entity.living.LivingEvent$LivingUpdateEvent@7558d459: java.lang.NoSuchMethodError: net.minecraft.entity.player.InventoryPlayer.func_70440_f(I)Lnet/minecraft/item/ItemStack; at com.voxels.events.EventPlayerTickHandler.onLivingUpdateEvent(EventPlayerTickHandler.java:38) ~[EventPlayerTickHandler.class:?] at