Cast Iron Ingot
createbigcannons:cast_iron_ingot

Cast Iron Ingot

Create Big Cannons · by rbasamoyai
item Cast Iron IngotsCast Iron IngotCast Iron Ingot

Cast Iron Ingot is a ingot from Create Big Cannons, crafted from Molten Cast Iron (90 mB).

Acquisition

Compacting using Molten Cast Iron (90 mB). Produces Cast Iron Ingot.

Compacting
Molten Cast Iron (90 mB)
Cast Iron Ingot Cast Iron Ingot guaranteed

Compacting using Any Iron Ingot and Coal. Produces Cast Iron Ingot.

Compacting
Any Iron Ingot Any Iron Ingot·members not yet documentedCoal Coal
Cast Iron Ingot Cast Iron Ingot guaranteed

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

Crafting
Cast Iron Nugget
Cast Iron Nugget
Cast Iron Nugget
Cast Iron Nugget
Cast Iron Nugget
Cast Iron Nugget
Cast Iron Nugget
Cast Iron Nugget
Cast Iron Nugget
Cast Iron Ingot Cast Iron Ingot guaranteed

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

Crafting ⇆ any arrangement
Cast Iron Ingot Cast Iron Ingot ×9 guaranteed

Used in (2)

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

Crafting ⇆ any arrangement
Cast Iron Ingot
Cast Iron Nugget Cast Iron Nugget ×9 guaranteed

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

Crafting
Cast Iron Ingot
Cast Iron Ingot
Cast Iron Ingot
Cast Iron Ingot
Cast Iron Ingot
Cast Iron Ingot
Cast Iron Ingot
Cast Iron Ingot
Cast Iron Ingot
Block of Cast Iron guaranteed
Developer reference
Registry name
createbigcannons:cast_iron_ingot
Namespace
createbigcannons
Mod ID
createbigcannons
Tags (3)
c:items/cast_iron_ingots
c:items/ingots/cast_iron
forge:items/ingots/cast_iron

Recipe JSON (4):

{
  "recipe_type": "create:compacting",
  "pattern": null,
  "ingredients": {
    "amount": 90,
    "fluidTag": "forge:molten_cast_iron"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "create:compacting",
  "pattern": null,
  "ingredients": [
    {
      "tag": "forge:ingots/iron"
    },
    {
      "tag": "minecraft:coals"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "###",
    "###",
    "###"
  ],
  "ingredients": {
    "#": {
      "item": "createbigcannons:cast_iron_nugget"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": "createbigcannons:cast_iron_ingot",
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": {
    "item": "createbigcannons:cast_iron_block"
  },
  "conditions": [],
  "sequence": null,
  "group_name": "createbigcannons:cast_iron_ingot",
  "experience": null,
  "cooking_time": null
}