Inital commit
This commit is contained in:
commit
b5089257c5
1005 changed files with 23476 additions and 0 deletions
17
datapacks/craft-refine/data/minecraft/recipe/birch_fence_gate.json
Executable file
17
datapacks/craft-refine/data/minecraft/recipe/birch_fence_gate.json
Executable file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "redstone",
|
||||
"group": "wooden_fence_gate",
|
||||
"key": {
|
||||
"#": "minecraft:stick",
|
||||
"P": "minecraft:birch_planks"
|
||||
},
|
||||
"pattern": [
|
||||
"#P#",
|
||||
"#P#"
|
||||
],
|
||||
"result": {
|
||||
"count": 2,
|
||||
"id": "minecraft:birch_fence_gate"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue