Files
Wizardry/src/main/resources/assets/ebwizardry/recipes/earth_runestone.json
T
2022-09-09 23:51:30 +02:00

21 lines
382 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
"zzz",
"zyz",
"zzz"
],
"key": {
"y": {
"item": "ebwizardry:earth_crystal"
},
"z": {
"type": "forge:ore_dict",
"ore": "stone"
}
},
"result": {
"item": "ebwizardry:earth_runestone",
"count": 8
}
}