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

23 lines
360 B
JSON
Raw Normal View History

{
"type": "minecraft:crafting_shaped",
2024-03-03 01:20:53 +01:00
"category": "misc",
"key": {
"Q": {
"item": "actuallyadditions:black_quartz"
},
"S": {
"tag": "forge:rods/wooden"
2024-03-03 01:20:53 +01:00
},
"W": {
"tag": "forge:ingots/iron"
}
},
2024-03-03 01:20:53 +01:00
"pattern": [
"WSW",
"SQS",
"WSW"
],
"result": {
"item": "actuallyadditions:iron_casing"
2024-03-04 22:52:17 +01:00
}
}