Cage
supplementaries:cage

Cage

Supplementaries · by MehVahdJukaar, Plantkillable
block Pickaxe Mineable

Acquisition

Crafting using Iron Ingot, Iron Ingot, Iron Ingot, Iron Bars, Iron Bars, Any Wooden Slabs, Any Wooden Slabs and Any Wooden Slabs, arranged in the pattern shown. Produces Cage.

Crafting conditional
Iron Ingot
Iron Ingot
Iron Ingot
Iron Bars
Iron Bars
Any Wooden Slabs
Any Wooden Slabs
Any Wooden Slabs
Cage Cage guaranteed

Block drops

Drops itself

Developer reference
Registry name
supplementaries:cage
Namespace
supplementaries
Mod ID
supplementaries
Tags (1)
minecraft:blocks/mineable/pickaxe

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "111",
    "2 2",
    "000"
  ],
  "ingredients": {
    "0": {
      "tag": "minecraft:wooden_slabs"
    },
    "1": {
      "item": "minecraft:iron_ingot"
    },
    "2": {
      "item": "minecraft:iron_bars"
    }
  },
  "conditions": [
    {
      "raw": {
        "flag": "cage",
        "type": "supplementaries:flag"
      },
      "type": "supplementaries:flag"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}