Crafting using Any Nether Brick Ingot, Nether Bricks, Any Nether Brick Ingot, Any Nether Brick Ingot, Nether Bricks and Any Nether Brick Ingot, arranged in the pattern shown. Produces Nether Brick Fence Gate.
Nether Brick Fence Gate
Quark · by Vazkii, WireSegal, MCVinnyq, Sully
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Nether Brick Fence Gate | 1–1 | 100% | Survives Explosion |
Block drops
Drops itself when broken.
Related items
Developer reference
- Registry name
quark:nether_brick_fence_gate- Namespace
quark- Mod ID
quark- Tags (3)
forge:blocks/fence_gates forge:items/fence_gates minecraft:blocks/mineable/pickaxe
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"#W#",
"#W#"
],
"ingredients": {
"#": {
"tag": "forge:ingots/nether_brick"
},
"W": {
"item": "minecraft:nether_bricks"
}
},
"conditions": [
{
"raw": {
"flag": "nether_brick_fence_gate",
"type": "quark:flag"
},
"type": "quark:flag"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}
