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

30 lines
590 B
JSON
Raw Normal View History

2018-11-21 11:49:21 +01:00
{
"type": "forge:ore_shaped",
"pattern": [
"SIS",
2019-02-15 22:46:14 +01:00
"FST",
2018-11-21 11:49:21 +01:00
"WWW"
],
"key": {
"S": {
"type": "forge:ore_dict",
"ore": "stone"
},
"W": {
"type": "forge:ore_dict",
"ore": "logWood"
},
"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"
}
}