Server Ticking Crash

Issue #5 resolved
Former user created an issue

Crash report attached. Here's the first few lines....

Time: 07/06/16 18:43 Description: Exception in server tick loop

java.lang.NoClassDefFoundError: net/minecraft/client/resources/I18n at capsule.items.CapsuleItem.func_77653_i(CapsuleItem.java:62) at net.minecraft.item.ItemStack.func_82833_r(ItemStack.java:500) at net.minecraft.item.ItemStack.func_151000_E(ItemStack.java:949) at net.minecraft.stats.StatList.func_75925_c(StatList.java:201)

Comments (2)

  1. Samuel Bouchet repo owner

    Hum the getItemStackDisplayName method should never get called from the server. Not sure what's wrong but I'll get the method not to crash if called from the server in the next version (tomorrow probably).

  2. Log in to comment