Metal Bracket
create:metal_bracket

Metal Bracket

Create · by simibubi
block Invalid For Track PavingPickaxe Mineable

Acquisition

Crafting using Any Iron Nugget, Any Iron Nugget, Any Iron Nugget, Any Iron Ingot, Andesite Alloy and Any Iron Ingot, arranged in the pattern shown. Produces 4× Metal Bracket.

Crafting
Any Iron Nugget
Any Iron Nugget
Any Iron Nugget
Any Iron Ingot
Andesite Alloy
Any Iron Ingot
Metal Bracket Metal Bracket ×4 guaranteed

Mining & drops

sourcecountchanceconditions
Metal Bracket1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
create:metal_bracket
Namespace
create
Mod ID
create
Tags (2)
create:items/invalid_for_track_paving
minecraft:blocks/mineable/pickaxe

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "SSS",
    "PCP"
  ],
  "ingredients": {
    "C": {
      "item": "create:andesite_alloy"
    },
    "P": {
      "tag": "forge:ingots/iron"
    },
    "S": {
      "tag": "forge:nuggets/iron"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}