Crafting using Block of Steel, arranged in the pattern shown. Produces 9× Steel Ingot.
Steel Ingot
Steel Ingot is a item from Modern Industrialization, crafted from Block of Steel.
Acquisition
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.
Smelting using Steel Dust (200 ticks, 0.7 xp). Produces Steel Ingot.
200 ticks· 0.7 xp
Blasting using Steel Dust (100 ticks, 0.7 xp). Produces Steel Ingot.
100 ticks· 0.7 xp
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 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 using Steel Ingot, arranged in the pattern shown. Produces 9× Steel Nugget.
Related items
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
}
