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