Powdered Iron
mahoutsukai:powdered_iron

Powdered Iron

Mahou Tsukai · by stepsword
item

Powdered Iron is a item from Mahou Tsukai, crafted from Iron Ingot and Mortar and Pestle.

Acquisition

Crafting using Iron Ingot and Mortar and Pestle, in any arrangement. Produces 2× Powdered Iron.

Crafting ⇆ any arrangement
Iron Ingot
Mortar and Pestle
Powdered Iron Powdered Iron ×2 guaranteed

Crafting using Iron Ingot and Hammer, in any arrangement. Produces Powdered Iron.

Crafting ⇆ any arrangement
Iron Ingot
Hammer
Powdered Iron Powdered Iron guaranteed
Developer reference
Registry name
mahoutsukai:powdered_iron
Namespace
mahoutsukai
Mod ID
mahoutsukai

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": [
    {
      "item": "minecraft:iron_ingot"
    },
    {
      "item": "mahoutsukai:mortar_and_pestle"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": [
    {
      "item": "minecraft:iron_ingot"
    },
    {
      "item": "mahoutsukai:hammer"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}