Crafting using Any Gold Nugget, Source Gem, Any Gold Nugget and Any Gold Nugget, arranged in the pattern shown. Produces Magelight Torch.
Magelight Torch
Ars Nouveau · by Bailey Hollingsworth
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Magelight Torch | 1–1 | 100% | Survives Explosion |
Block drops
Drops itself when broken.
Developer reference
- Registry name
ars_nouveau:magelight_torch- Namespace
ars_nouveau- Mod ID
ars_nouveau- Tags (1)
minecraft:blocks/mineable/pickaxe
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
" ",
"xyx",
" x "
],
"ingredients": {
"x": {
"tag": "forge:nuggets/gold"
},
"y": {
"tag": "forge:gems/source"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}