alexscaves:metal_barrel

Metal Barrel

Alex's Caves · by Alexthe668, Noonyeyz
block Ferromagnetic BlocksRaycat Sleeps OnFerromagnetic ItemsNuclear Furnace BarrelsBarrelsPickaxe MineableNeeds Stone Tool

Metal Barrel is a block from Alex's Caves, crafted from Any Iron Ingot and %s%sBarrel.

Acquisition

Crafting using Any Iron Ingot, Any Iron Ingot, Any Iron Ingot, Any Iron Ingot, %s%sBarrel, Any Iron Ingot, Any Iron Ingot, Any Iron Ingot and Any Iron Ingot, arranged in the pattern shown. Produces Metal Barrel.

Crafting
Any Iron Ingot
Any Iron Ingot
Any Iron Ingot
Any Iron Ingot
%s%sBarrel
Any Iron Ingot
Any Iron Ingot
Any Iron Ingot
Any Iron Ingot
Metal Barrel guaranteed

Crafting using Scrap Metal, Scrap Metal, %s%sBarrel, Scrap Metal and Scrap Metal, arranged in the pattern shown. Produces Metal Barrel.

Crafting
Metal Barrel guaranteed

Mining & drops

sourcecountchanceconditions
Metal Barrel1–1100%

Used in (1)

Crafting using Unrefined Waste, Unrefined Waste, Unrefined Waste, Unrefined Waste, Metal Barrel, Unrefined Waste, Unrefined Waste, Unrefined Waste and Unrefined Waste, arranged in the pattern shown. Produces Waste Drum.

Crafting
Waste Drum guaranteed

Block drops

Drops itself when broken.

Developer reference
Registry name
alexscaves:metal_barrel
Namespace
alexscaves
Mod ID
alexscaves
Tags (7)
alexscaves:blocks/ferromagnetic_blocks
alexscaves:blocks/raycat_sleeps_on
alexscaves:items/ferromagnetic_items
alexscaves:items/nuclear_furnace_barrels
forge:blocks/barrels
minecraft:blocks/mineable/pickaxe
minecraft:blocks/needs_stone_tool

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "III",
    "IBI",
    "III"
  ],
  "ingredients": {
    "B": {
      "tag": "forge:barrels/wooden"
    },
    "I": {
      "tag": "forge:ingots/iron"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    " S ",
    "SBS",
    " S "
  ],
  "ingredients": {
    "B": {
      "tag": "forge:barrels/wooden"
    },
    "S": {
      "item": "alexscaves:scrap_metal"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}