Crafting recipes for items not working.
srwxr-xr-x opened this issue ยท 3 comments
The Crafting Recipes for Glass Door and Empty Bookshelf are not working (trapdoor not implemented yet), giving the error:
Parsing error loading recipe neutrino:empty_bookshelf
com.google.gson.JsonSyntaxException: Unknown item tag 'minecraft:book'
and
Parsing error loading recipe neutrino:glass_door
com.google.gson.JsonSyntaxException: Unknown item tag 'minecraft:glass'
Fixed Issue, still don't fully understand what the problem was, but I suspect it had something to do with incorrect item tags.