Steel Ingot
mekanism:ingot_steel

Steel Ingot

Mekanism · by Aidancbrady, Thommy101, Thiakil, pupnewfster, dizzyd
item Steel IngotBeacon Payment Items

Acquisition

Smelting using Any Steel Dust (200 ticks, 0.4 xp). Produces Steel Ingot.

Smelting

200 ticks· 0.4 xp

Steel Ingot Steel Ingot guaranteed

Blasting using Any Steel Dust (100 ticks, 0.4 xp). Produces Steel Ingot.

Blasting

100 ticks· 0.4 xp

Steel Ingot Steel Ingot guaranteed

Crafting using Any Steel Nugget, Any Steel Nugget, Any Steel Nugget, Any Steel Nugget, Steel Nugget, Any Steel Nugget, Any Steel Nugget, Any Steel Nugget and Any Steel Nugget, arranged in the pattern shown. Produces Steel Ingot.

Crafting
Any Steel Nugget
Any Steel Nugget
Any Steel Nugget
Any Steel Nugget
Steel Nugget
Any Steel Nugget
Any Steel Nugget
Any Steel Nugget
Any Steel Nugget
Steel Ingot Steel Ingot guaranteed

Crafting using Any Steel Storage Block, in any arrangement. Produces 9× Steel Ingot.

Crafting ⇆ any arrangement
Steel Ingot Steel Ingot ×9 guaranteed

Used in (1)

Crafting using Any Steel Ingot, Any Steel Ingot, Any Steel Ingot, Any Steel Ingot, Steel Ingot, Any Steel Ingot, Any Steel Ingot, Any Steel Ingot and Any Steel Ingot, arranged in the pattern shown. Produces Steel Block.

Crafting
Any Steel Ingot
Any Steel Ingot
Any Steel Ingot
Any Steel Ingot
Steel Ingot
Any Steel Ingot
Any Steel Ingot
Any Steel Ingot
Any Steel Ingot
Steel Block guaranteed
Developer reference
Registry name
mekanism:ingot_steel
Namespace
mekanism
Mod ID
mekanism
Tags (2)
forge:items/ingots/steel
minecraft:items/beacon_payment_items

Recipe JSON (4):

{
  "recipe_type": "minecraft:smelting",
  "pattern": null,
  "ingredients": {
    "tag": "forge:dusts/steel"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": 0.4,
  "cooking_time": 200
}
{
  "recipe_type": "minecraft:blasting",
  "pattern": null,
  "ingredients": {
    "tag": "forge:dusts/steel"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": 0.4,
  "cooking_time": 100
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "###",
    "#P#",
    "###"
  ],
  "ingredients": {
    "#": {
      "tag": "forge:nuggets/steel"
    },
    "P": {
      "item": "mekanism:nugget_steel"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": {
    "tag": "forge:storage_blocks/steel"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}