ActuallyAdditions/src/generated/resources/data/actuallyadditions/recipes/iron_casing.json

22 lines
338 B
JSON
Raw Normal View History

{
"type": "minecraft:crafting_shaped",
"pattern": [
"WSW",
"SQS",
"WSW"
],
"key": {
"Q": {
"item": "actuallyadditions:black_quartz"
},
"W": {
"tag": "forge:ingots/iron"
},
"S": {
"tag": "forge:rods/wooden"
}
},
"result": {
"item": "actuallyadditions:iron_casing"
}
}