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

28 lines
536 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
"SIS",
"FST",
"WWW"
],
"key": {
"S": {
"tag": "forge:stone"
},
"W": {
"tag": "minecraft:logs"
},
"I": {
"item": "naturesaura:infused_iron"
},
"F": {
"item": "naturesaura:token_fear"
},
"T": {
"item": "naturesaura:token_sorrow"
}
},
"result": {
"item": "naturesaura:offering_table"
}
}