Crafting using Any Bronze Ingot, in any arrangement. Produces 9× Bronze Nugget.
Bronze Nugget
Mekanism · by Aidancbrady, Thommy101, Thiakil, pupnewfster, dizzyd
Acquisition
Blasting using Any of Bronze Helmet / Bronze Chestplate / Bronze Leggings / Bronze Boots / Bronze Sword / Bronze Pickaxe / Bronze Axe / Bronze Shovel / Bronze Hoe / Bronze Paxel (100 ticks, 0.1 xp). Produces Bronze Nugget.
100 ticks· 0.1 xp
Smelting using Any of Bronze Helmet / Bronze Chestplate / Bronze Leggings / Bronze Boots / Bronze Sword / Bronze Pickaxe / Bronze Axe / Bronze Shovel / Bronze Hoe / Bronze Paxel (200 ticks, 0.1 xp). Produces Bronze Nugget.
200 ticks· 0.1 xp
Used in (1)
Crafting using Any Bronze Nugget, Any Bronze Nugget, Any Bronze Nugget, Any Bronze Nugget, Bronze Nugget, Any Bronze Nugget, Any Bronze Nugget, Any Bronze Nugget and Any Bronze Nugget, arranged in the pattern shown. Produces Bronze Ingot.
Developer reference
- Registry name
mekanism:nugget_bronze- Namespace
mekanism- Mod ID
mekanism- Tags (1)
forge:items/nuggets/bronze
Recipe JSON (3):
{
"recipe_type": "minecraft:crafting_shapeless",
"pattern": null,
"ingredients": {
"tag": "forge:ingots/bronze"
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "minecraft:blasting",
"pattern": null,
"ingredients": {
"anyOf": [
{
"item": "mekanismtools:bronze_helmet"
},
{
"item": "mekanismtools:bronze_chestplate"
},
{
"item": "mekanismtools:bronze_leggings"
},
{
"item": "mekanismtools:bronze_boots"
},
{
"item": "mekanismtools:bronze_sword"
},
{
"item": "mekanismtools:bronze_pickaxe"
},
{
"item": "mekanismtools:bronze_axe"
},
{
"item": "mekanismtools:bronze_shovel"
},
{
"item": "mekanismtools:bronze_hoe"
},
{
"item": "mekanismtools:bronze_paxel"
}
]
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": 0.1,
"cooking_time": 100
}{
"recipe_type": "minecraft:smelting",
"pattern": null,
"ingredients": {
"anyOf": [
{
"item": "mekanismtools:bronze_helmet"
},
{
"item": "mekanismtools:bronze_chestplate"
},
{
"item": "mekanismtools:bronze_leggings"
},
{
"item": "mekanismtools:bronze_boots"
},
{
"item": "mekanismtools:bronze_sword"
},
{
"item": "mekanismtools:bronze_pickaxe"
},
{
"item": "mekanismtools:bronze_axe"
},
{
"item": "mekanismtools:bronze_shovel"
},
{
"item": "mekanismtools:bronze_hoe"
},
{
"item": "mekanismtools:bronze_paxel"
}
]
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": 0.1,
"cooking_time": 200
}