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

28 lines
536 B
JSON
Raw Normal View History

2018-11-21 11:49:21 +01:00
{
2020-01-22 20:31:09 +01:00
"type": "minecraft:crafting_shaped",
2018-11-21 11:49:21 +01:00
"pattern": [
"SIS",
2019-02-15 22:46:14 +01:00
"FST",
2018-11-21 11:49:21 +01:00
"WWW"
],
"key": {
"S": {
2020-01-22 20:31:09 +01:00
"tag": "forge:stone"
2018-11-21 11:49:21 +01:00
},
"W": {
2020-01-22 20:31:09 +01:00
"tag": "minecraft:logs"
2018-11-21 11:49:21 +01:00
},
"I": {
"item": "naturesaura:infused_iron"
2019-02-15 22:46:14 +01:00
},
"F": {
"item": "naturesaura:token_fear"
},
"T": {
"item": "naturesaura:token_sorrow"
2018-11-21 11:49:21 +01:00
}
},
"result": {
"item": "naturesaura:offering_table"
}
}