minecraft-assets/data/minecraft/recipes/crimson_fence_gate.json

21 lines
355 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "redstone",
"group": "wooden_fence_gate",
"key": {
"#": {
"item": "minecraft:stick"
},
"W": {
"item": "minecraft:crimson_planks"
}
},
"pattern": [
"#W#",
"#W#"
],
"result": {
"item": "minecraft:crimson_fence_gate"
},
"show_notification": true
}