Steel Ingot
createbigcannons:steel_ingot

Steel Ingot

Create Big Cannons · by rbasamoyai
item Steel Ingot

Steel Ingot is a ingot from Create Big Cannons, crafted from Steel Scrap.

Acquisition

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

Crafting
Steel Scrap
Steel Scrap
Steel Scrap
Steel Scrap
Steel Scrap
Steel Scrap
Steel Scrap
Steel Scrap
Steel Scrap
Steel Ingot Steel Ingot guaranteed

Compacting using Molten Steel (90 mB). Produces Steel Ingot.

Compacting
Molten Steel (90 mB)
Steel Ingot Steel Ingot guaranteed

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

Crafting ⇆ any arrangement
Steel Ingot Steel Ingot ×9 guaranteed

Mixing using Any Iron Ingot, Any Iron Ingot and Coal. Produces 2× Steel Ingot.

Mixing
Any Iron Ingot Any Iron Ingot·members not yet documentedAny Iron Ingot Any Iron Ingot·members not yet documentedCoal Coal
Steel Ingot Steel Ingot ×2 guaranteed

Used in (2)

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 Steel Ingot, in any arrangement. Produces 9× Steel Scrap.

Crafting ⇆ any arrangement
Steel Ingot
Steel Scrap Steel Scrap ×9 guaranteed
Developer reference
Registry name
createbigcannons:steel_ingot
Namespace
createbigcannons
Mod ID
createbigcannons
Tags (1)
forge:items/ingots/steel

Recipe JSON (4):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "###",
    "###",
    "###"
  ],
  "ingredients": {
    "#": {
      "item": "createbigcannons:steel_scrap"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": "createbigcannons:steel_ingot",
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "create:compacting",
  "pattern": null,
  "ingredients": {
    "amount": 90,
    "fluidTag": "forge:molten_steel"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": {
    "item": "createbigcannons:steel_block"
  },
  "conditions": [],
  "sequence": null,
  "group_name": "createbigcannons:steel_ingot",
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "create:mixing",
  "pattern": null,
  "ingredients": [
    {
      "tag": "forge:ingots/iron"
    },
    {
      "tag": "forge:ingots/iron"
    },
    {
      "tag": "minecraft:coals"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}