ActuallyAdditions/src/generated/resources/data/actuallyadditions/recipes/iron_casing.json
2022-04-23 12:49:25 -05:00

22 lines
338 B
JSON

{
"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"
}
}