Add alternative ways to craft dispensers

This commit is contained in:
Len 2025-07-25 21:31:17 +02:00
parent c2d6eb8034
commit fd3918e147
2 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,12 @@
{
"type": "minecraft:crafting_shapeless",
"category": "redstone",
"ingredients": [
"minecraft:dropper",
"minecraft:bow"
],
"result": {
"count": 1,
"id": "minecraft:dispenser"
}
}

View File

@ -0,0 +1,18 @@
{
"type": "minecraft:crafting_shaped",
"category": "redstone",
"key": {
"#": "minecraft:stick",
"X": "minecraft:string",
"Y": "minecraft:dropper"
},
"pattern": [
" #X",
"#YX",
" #X"
],
"result": {
"count": 1,
"id": "minecraft:dispenser"
}
}