Inital commit
This commit is contained in:
commit
b5089257c5
1005 changed files with 23476 additions and 0 deletions
19
datapacks/craft-refine/data/minecraft/recipe/dispenser.json
Executable file
19
datapacks/craft-refine/data/minecraft/recipe/dispenser.json
Executable file
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "redstone",
|
||||
"group": "dispenser",
|
||||
"key": {
|
||||
"B": "minecraft:bow",
|
||||
"R": "minecraft:redstone",
|
||||
"S": "minecraft:cobblestone"
|
||||
},
|
||||
"pattern": [
|
||||
"SSS",
|
||||
"SBS",
|
||||
"SRS"
|
||||
],
|
||||
"result": {
|
||||
"count": 1,
|
||||
"id": "minecraft:dispenser"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue