BloodMagic/src/main/resources/assets/bloodmagic/recipes/soul_forge.json
Nicholas Ignoffo 42931bcf0e JSON recipes, much to the displeasure of Elucent and shadows
feelsgoodman

(cherry picked from commit c23d577)
2018-02-04 19:09:37 -08:00

25 lines
No EOL
330 B
JSON

{
"result": {
"item": "bloodmagic:soul_forge"
},
"pattern": [
"i i",
"sgs",
"sos"
],
"type": "forge:ore_shaped",
"key": {
"s": {
"item": "#STONE"
},
"g": {
"item": "#INGOTGOLD"
},
"i": {
"item": "#INGOTIRON"
},
"o": {
"item": "#BLOCKIRON"
}
}
}