1
0
Fork 0
Gen1/datapacks/craft-refine/data/minecraft/recipe/spruce_fence_gate.json

17 lines
294 B
JSON
Raw Normal View History

2025-08-26 10:56:09 -05:00
{
"type": "minecraft:crafting_shaped",
"category": "redstone",
"group": "wooden_fence_gate",
"key": {
"#": "minecraft:stick",
"P": "minecraft:spruce_planks"
},
"pattern": [
"#P#",
"#P#"
],
"result": {
"count": 2,
"id": "minecraft:spruce_fence_gate"
}
}