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

22 lines
338 B
JSON
Raw Normal View History

2021-11-21 22:38:48 +01:00
{
"type": "minecraft:crafting_shaped",
"pattern": [
"WIW",
"IQI",
"WIW"
],
"key": {
"I": {
"tag": "forge:ingots/iron"
},
"W": {
"tag": "minecraft:planks"
},
"Q": {
"item": "actuallyadditions:black_quartz"
}
},
"result": {
"item": "actuallyadditions:crate_keeper"
}
}