You've already forked minecraft-assets
Create/Update assets for version 21w15a
This commit is contained in:
19
data/minecraft/recipes/dark_oak_fence_gate.json
Normal file
19
data/minecraft/recipes/dark_oak_fence_gate.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "wooden_fence_gate",
|
||||
"pattern": [
|
||||
"#W#",
|
||||
"#W#"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"W": {
|
||||
"item": "minecraft:dark_oak_planks"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:dark_oak_fence_gate"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user