Crafting using Iron Bars, Block of Quartz, Iron Bars, Iron Bars, Block of Quartz and Iron Bars, arranged in the pattern shown. Produces Quartz Railing Gate.
Quartz Railing Gate
Macaw's Fences and Walls · by Sketch Macaw & Peachy Macaw
Acquisition
Stone Cutting using Block of Quartz. Produces Quartz Railing Gate.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Quartz Railing Gate | 1–1 | 100% | Survives Explosion |
Block drops
Drops itself when broken.
Related items
Developer reference
- Registry name
mcwfences:quartz_railing_gate- Namespace
mcwfences- Mod ID
mcwfences- Tags (4)
mcwfences:blocks/railing_gates minecraft:blocks/fence_gates minecraft:blocks/mineable/pickaxe minecraft:items/fence_gates
Recipe JSON (2):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"ABA",
"ABA"
],
"ingredients": {
"A": {
"item": "minecraft:iron_bars"
},
"B": {
"item": "minecraft:quartz_block"
}
},
"conditions": [],
"sequence": null,
"group_name": "railing_gate",
"experience": null,
"cooking_time": null
}{
"recipe_type": "minecraft:stonecutting",
"pattern": null,
"ingredients": {
"item": "minecraft:quartz_block"
},
"conditions": [],
"sequence": null,
"group_name": "fences",
"experience": null,
"cooking_time": null
}
