You've already forked minecraft-assets
Create/Update assets for version 25w08a
This commit is contained in:
17
data/minecraft/recipe/bamboo_fence_gate.json
Normal file
17
data/minecraft/recipe/bamboo_fence_gate.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "redstone",
|
||||
"group": "wooden_fence_gate",
|
||||
"key": {
|
||||
"#": "minecraft:stick",
|
||||
"W": "minecraft:bamboo_planks"
|
||||
},
|
||||
"pattern": [
|
||||
"#W#",
|
||||
"#W#"
|
||||
],
|
||||
"result": {
|
||||
"count": 1,
|
||||
"id": "minecraft:bamboo_fence_gate"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user