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

23 lines
360 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"I": {
"tag": "forge:ingots/iron"
},
"Q": {
"item": "actuallyadditions:black_quartz"
},
"W": {
"tag": "minecraft:planks"
}
},
"pattern": [
"WIW",
"IQI",
"WIW"
],
"result": {
"item": "actuallyadditions:crate_keeper"
}
}