Files
IMoO/recipes_old/crimson_fence_gate.json
2022-01-24 20:17:51 +03:00

28 lines
482 B
JSON

{
"format_version": "1.16",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:crimson_fence_gate"
},
"tags": [
"crafting_table"
],
"group": "wooden_fence_gate",
"pattern": [
"#W#",
"#W#"
],
"key": {
"#": {
"item": "minecraft:stick"
},
"W": {
"item": "minecraft:crimson_planks"
}
},
"result": {
"item": "minecraft:crimson_fence_gate"
}
}
}