1
0
Fork 0
Gen2/datapacks/craft-refine/data/dispenser/recipe/dispenser_stackable.json

19 lines
312 B
JSON
Raw Normal View History

2025-08-27 20:49:18 -05:00
{
"type": "minecraft:crafting_shaped",
"category": "redstone",
"group": "dispenser",
"key": {
"D": "minecraft:dropper",
"S": "minecraft:string",
"W": "minecraft:stick"
},
"pattern": [
" WS",
"WDS",
" WS"
],
"result": {
"count": 1,
"id": "minecraft:dispenser"
}
}