Steel Ingot
modern_industrialization:steel_ingot

Steel Ingot

Modern Industrialization · by Azercoco, Technici4n
item Steel Ingots

Steel Ingot is a item from Modern Industrialization, crafted from Block of Steel.

Acquisition

Crafting using Block of Steel, arranged in the pattern shown. Produces 9× Steel Ingot.

Crafting
Steel Ingot Steel Ingot ×9 guaranteed

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

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

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

Smelting

200 ticks· 0.7 xp

Steel Ingot Steel Ingot guaranteed

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

Blasting

100 ticks· 0.7 xp

Steel Ingot Steel Ingot guaranteed

Used in (3)

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

Crafting
Steel Ingot
Steel Ingot
Steel Ingot
Steel Ingot
Steel Ingot
Steel Ingot
Steel Ingot
Steel Ingot
Steel Ingot
Block of Steel guaranteed

Crafting using Block of Steel, Block of Steel, Block of Steel, Steel Ingot, Steel Ingot, Steel Ingot and Steel Ingot, arranged in the pattern shown. Produces 2× Anvil.

Crafting
Anvil Anvil ×2 guaranteed

Crafting using Steel Ingot, arranged in the pattern shown. Produces 9× Steel Nugget.

Crafting
Steel Ingot
Steel Nugget Steel Nugget ×9 guaranteed
Developer reference
Registry name
modern_industrialization:steel_ingot
Namespace
modern_industrialization
Mod ID
modern_industrialization
Tags (1)
c:items/steel_ingots

Recipe JSON (4):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "x"
  ],
  "ingredients": {
    "x": {
      "item": "modern_industrialization:steel_block"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "yxx",
    "xxx",
    "xxx"
  ],
  "ingredients": {
    "x": {
      "tag": "c:steel_nuggets"
    },
    "y": {
      "item": "modern_industrialization:steel_nugget"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:smelting",
  "pattern": null,
  "ingredients": {
    "item": "modern_industrialization:steel_dust"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": 0.7,
  "cooking_time": 200
}
{
  "recipe_type": "minecraft:blasting",
  "pattern": null,
  "ingredients": {
    "item": "modern_industrialization:steel_dust"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": 0.7,
  "cooking_time": 100
}