Files
quickiemod/src/main/resources/data/quickiemod/recipe/shaped_blockstacker.json
2024-11-30 18:50:09 +01:00

19 lines
258 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
"s s",
"scs",
" s "
],
"key": {
"s": "quickiemod:speedingot",
"c": [
"minecraft:chest",
"minecraft:barrel"
]
},
"result": {
"id": "quickiemod:blockstackerdown",
"count": 4
}
}