Manganese Ingot
nuclearcraft:manganese_ingot

Manganese Ingot

Nuclearcraft Neoteric · by igentuman
item Manganese IngotManganese IngotIngots

Manganese Ingot is a ingot from Nuclearcraft Neoteric, crafted from Manganese Oxide Ingot.

Acquisition

Blasting using Manganese Oxide Ingot (100 ticks, 1 xp). Produces Manganese Ingot.

Blasting

100 ticks· 1 xp

Manganese Ingot Manganese Ingot guaranteed

Smelting using Manganese Plate (200 ticks, 1 xp). Produces Manganese Ingot.

Smelting

200 ticks· 1 xp

Manganese Ingot Manganese Ingot guaranteed

Smelting using Manganese Dust (200 ticks, 1 xp). Produces Manganese Ingot.

Smelting

200 ticks· 1 xp

Manganese Ingot Manganese Ingot guaranteed

Blasting using Manganese Dust (100 ticks, 1 xp). Produces Manganese Ingot.

Blasting

100 ticks· 1 xp

Manganese Ingot Manganese Ingot guaranteed
Developer reference
Registry name
nuclearcraft:manganese_ingot
Namespace
nuclearcraft
Mod ID
nuclearcraft
Tags (3)
c:items/ingots/manganese
forge:items/ingots/manganese
forge:items/ingots

Recipe JSON (4):

{
  "recipe_type": "minecraft:blasting",
  "pattern": null,
  "ingredients": {
    "tag": "forge:ingots/manganese_oxide"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": 1,
  "cooking_time": 100
}
{
  "recipe_type": "minecraft:smelting",
  "pattern": null,
  "ingredients": {
    "tag": "forge:plates/manganese"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": 1,
  "cooking_time": 200
}
{
  "recipe_type": "minecraft:smelting",
  "pattern": null,
  "ingredients": {
    "tag": "forge:dusts/manganese"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": 1,
  "cooking_time": 200
}
{
  "recipe_type": "minecraft:blasting",
  "pattern": null,
  "ingredients": {
    "tag": "forge:dusts/manganese"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": 1,
  "cooking_time": 100
}