ActuallyAdditions/src/generated/resources/data/actuallyadditions/recipes/wood_casing.json
2024-03-04 22:52:17 +01:00

23 lines
342 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"R": {
"tag": "minecraft:logs"
},
"S": {
"tag": "forge:rods/wooden"
},
"W": {
"tag": "minecraft:planks"
}
},
"pattern": [
"WSW",
"SRS",
"WSW"
],
"result": {
"item": "actuallyadditions:wood_casing"
}
}