Wrought Iron Drop Mortar End
createbigcannons:wrought_iron_drop_mortar_end

Wrought Iron Drop Mortar End

Create Big Cannons · by rbasamoyai
block Pickaxe MineableNeeds Iron Tool

Wrought Iron Drop Mortar End is a block from Create Big Cannons, crafted from Iron Bars and Wrought Iron Cannon End.

Acquisition

Crafting using Iron Bars and Wrought Iron Cannon End, arranged in the pattern shown. Produces Wrought Iron Drop Mortar End.

Crafting
Iron Bars
Wrought Iron Cannon End
Wrought Iron Drop Mortar End Wrought Iron Drop Mortar End guaranteed

Crafting using Wrought Iron Cannon End and Iron Bars, arranged in the pattern shown. Produces Wrought Iron Drop Mortar End.

Crafting
Wrought Iron Cannon End
Iron Bars
Wrought Iron Drop Mortar End Wrought Iron Drop Mortar End guaranteed

Mining & drops

sourcecountchanceconditions
Wrought Iron Drop Mortar End1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
createbigcannons:wrought_iron_drop_mortar_end
Namespace
createbigcannons
Mod ID
createbigcannons
Tags (2)
minecraft:blocks/mineable/pickaxe
minecraft:blocks/needs_iron_tool

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "B",
    "E"
  ],
  "ingredients": {
    "B": {
      "item": "minecraft:iron_bars"
    },
    "E": {
      "item": "createbigcannons:wrought_iron_cannon_end"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "E",
    "B"
  ],
  "ingredients": {
    "B": {
      "item": "minecraft:iron_bars"
    },
    "E": {
      "item": "createbigcannons:wrought_iron_cannon_end"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}