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

24 lines
474 B
JSON
Raw Normal View History

2018-10-26 02:56:38 +02:00
{
"type": "forge:ore_shapeless",
"ingredients": [
{
"item": "minecraft:paper"
},
{
"item": "minecraft:paper"
},
{
"item": "minecraft:leather"
},
{
"type": "forge:ore_dict",
"ore": "treeSapling"
}
],
"result": {
"item": "patchouli:guide_book",
"nbt": {
"patchouli:book": "naturesaura:book"
}
}
}