Open TheFloydman opened 6 years ago
Here is a fixed version:
{ "type": "minecraft:crafting_shapeless", "conditions": [ { "type": "forge:mod_loaded", "modid": "gbook" } ], "ingredients": [ { "item": "minecraft:book", "data": 0 }, { "item": "minecraft:ender_pearl", "data": 0 } ], "result": { "item": "gbook:guidebook", "nbt": "{Book:\"enderrift:xml/book.xml\"}", "data": 0 } }
Thanks! :)
The recipe for the manual is not being imported into the game for a couple of reasons:
"item": "gbook:guidebook", "nbt": "{Book:\"enderrift:xml/book.xml\"}", "data": 0
The 2 "item"s in "ingredients" should also each be followed by a "data".
I apologize for not submitting a pull request. I'm new at this.