NaturesAura/src/main/resources/data/naturesaura/recipes/book.json
2020-01-22 20:31:09 +01:00

23 lines
452 B
JSON

{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "minecraft:paper"
},
{
"item": "minecraft:paper"
},
{
"item": "minecraft:leather"
},
{
"tag": "minecraft:saplings"
}
],
"result": {
"item": "patchouli:guide_book",
"nbt": {
"patchouli:book": "naturesaura:book"
}
}
}