![Magneticraft](https://media.forgecdn.net/avatars/thumbnails/53/278/256/256/636123189973396330.png)
NoClassDefFoundError when reflecting into BlockBase and subclasses
codewarrior0 opened this issue ยท 1 comments
With CharsetImmersion installed and playing on an MP server, right-clicking an ingot onto the Crushing Table appears to place the ingot on the table, but on the server this action fails due to a caught exception:
The player can attempt to smash the ingot into the plate and pick it up, but as soon as the player's inventory is synced it will reveal that no ingots have been smashed and no hammer durability has been consumed.
The resolution is probably to add @SideOnly(Side.CLIENT)
to BlockBase.getCustomStateMapper()
Charset-Immersion-0.5.0.248e.jar
Magneticraft_1.12-2.4.0-dev.jar
forge-1.12.2-14.23.4.2726
VanillaFix is also installed on the server. I'm not sure whether this error would crash the server if VanillaFix were not installed.