Steel Ingot
immersiveengineering:ingot_steel

Steel Ingot

Immersive Engineering · by BluSunrize and Damien A.W. Hazard
item Steel Ingot

Acquisition

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

Crafting ⇆ any arrangement
Steel Ingot Steel Ingot ×9 guaranteed

Smelting using Steel Grit (200 ticks). Produces Steel Ingot.

Smelting

200 ticks

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

Blasting using Steel Grit (100 ticks). Produces Steel Ingot.

Blasting

100 ticks

Steel Ingot Steel Ingot guaranteed

Used in (2)

Crafting using Steel Ingot, in any arrangement. Produces 9× Steel Nugget.

Crafting ⇆ any arrangement
Steel Ingot
Steel Nugget Steel Nugget ×9 guaranteed

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 Block of Steel.

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
Block of Steel guaranteed
Developer reference
Registry name
immersiveengineering:ingot_steel
Namespace
immersiveengineering
Mod ID
immersiveengineering
Tags (1)
forge:items/ingots/steel

Recipe JSON (4):

{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": {
    "item": "immersiveengineering:storage_steel"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:smelting",
  "pattern": null,
  "ingredients": {
    "item": "immersiveengineering:dust_steel"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": 0,
  "cooking_time": 200
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "sss",
    "sis",
    "sss"
  ],
  "ingredients": {
    "i": {
      "item": "immersiveengineering:nugget_steel"
    },
    "s": {
      "tag": "forge:nuggets/steel"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:blasting",
  "pattern": null,
  "ingredients": {
    "item": "immersiveengineering:dust_steel"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": 0,
  "cooking_time": 100
}