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

23 lines
342 B
JSON
Raw Normal View History

{
"type": "minecraft:crafting_shaped",
2024-03-03 01:20:53 +01:00
"category": "misc",
"key": {
2024-03-03 01:20:53 +01:00
"R": {
"tag": "minecraft:logs"
},
"S": {
"tag": "forge:rods/wooden"
},
"W": {
"tag": "minecraft:planks"
}
},
2024-03-03 01:20:53 +01:00
"pattern": [
"WSW",
"SRS",
"WSW"
],
"result": {
"item": "actuallyadditions:wood_casing"
2024-03-04 22:52:17 +01:00
}
}