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