1
0
Fork 0
Gen2/datapacks/craft-refine/data/minecraft/recipe/oak_fence_gate.json
2025-08-27 20:49:18 -05:00

17 lines
No EOL
288 B
JSON
Executable file

{
"type": "minecraft:crafting_shaped",
"category": "redstone",
"group": "wooden_fence_gate",
"key": {
"#": "minecraft:stick",
"P": "minecraft:oak_planks"
},
"pattern": [
"#P#",
"#P#"
],
"result": {
"count": 2,
"id": "minecraft:oak_fence_gate"
}
}