DutchJelly / CraftEnhance

A Minecraft Plugin that allows server owners to create custom recipes in-game
Apache License 2.0
13 stars 10 forks source link

Recipe deserializing is sometimes not deserializing result item properly #21

Open DutchJelly opened 3 years ago

DutchJelly commented 3 years ago

There's a bug in the plugin that causes some items to not be deserialized properly, causing an IllegalStateException because a result item of a recipe cannot be null. This is generally harmless to servers, because the plugin will just skip the one recipe that's faulty.

broken1arrow commented 3 years ago

Can this help, it load my 9 recipe (it is 10 with KappaUnion recipe) Recipe from KappaUnion

Recipe https://pastebin.com/UW3JMqY5 Item https://pastebin.com/vVTSj8Rg

https://pastebin.com/CEKmheK4

startup log https://pastebin.com/n314Xq8f