NaturesAura/src/main/resources/data/naturesaura/recipes/book.json

23 lines
452 B
JSON
Raw Normal View History

2018-10-26 02:56:38 +02:00
{
2020-01-22 20:31:09 +01:00
"type": "minecraft:crafting_shapeless",
2018-10-26 02:56:38 +02:00
"ingredients": [
{
"item": "minecraft:paper"
},
{
"item": "minecraft:paper"
},
{
"item": "minecraft:leather"
},
{
2020-01-22 20:31:09 +01:00
"tag": "minecraft:saplings"
2018-10-26 02:56:38 +02:00
}
],
"result": {
"item": "patchouli:guide_book",
"nbt": {
"patchouli:book": "naturesaura:book"
}
}
}