Crafting using Iron Nugget, Iron Ingot, Iron Nugget, Iron Nugget, Iron Ingot and Iron Nugget, arranged in the pattern shown. Produces 2× Iron Gate.
Iron Gate
Supplementaries · by MehVahdJukaar, Plantkillable
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Iron Gate | 1–1 | 100% | Survives Explosion |
Block drops
| drops | count | chance | conditions |
|---|---|---|---|
| Iron Gate | 1–1 | 100% | Survives Explosion |
Related items
Developer reference
- Registry name
supplementaries:iron_gate- Namespace
supplementaries- Mod ID
supplementaries- Tags (3)
create:blocks/fan_transparent minecraft:blocks/mineable/pickaxe quark:blocks/non_double_doors
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
" ",
"101",
"101"
],
"ingredients": {
"0": {
"item": "minecraft:iron_ingot"
},
"1": {
"item": "minecraft:iron_nugget"
}
},
"conditions": [
{
"raw": {
"flag": "iron_gate",
"type": "supplementaries:flag"
},
"type": "supplementaries:flag"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}