Crafting using Gold Door and Netherite Scrap, in any arrangement. Produces Netherite Door.
Netherite Door
Supplementaries · by MehVahdJukaar, Plantkillable
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Netherite Door | 1–1 | 100% | Survives Explosion, Block State Property |
Block drops
| drops | count | chance | conditions |
|---|---|---|---|
| Netherite Door | 1–1 | 100% | Survives Explosion, Block State Property |
Related items
Developer reference
- Registry name
supplementaries:netherite_door- Namespace
supplementaries- Mod ID
supplementaries- Tags (5)
minecraft:blocks/doors minecraft:blocks/mineable/pickaxe minecraft:blocks/needs_diamond_tool minecraft:items/doors supplementaries:blocks/flint_metals
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shapeless",
"pattern": null,
"ingredients": [
{
"item": "supplementaries:gold_door"
},
{
"item": "minecraft:netherite_scrap"
}
],
"conditions": [
{
"raw": {
"flag": "netherite_door",
"type": "supplementaries:flag"
},
"type": "supplementaries:flag"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}