Wooden Bracket
create:wooden_bracket

Wooden Bracket

Create · by simibubi
block Invalid For Track PavingAxe MineablePickaxe Mineable

Acquisition

Crafting using Treated Stick, Treated Stick, Treated Stick, Any Planks, Andesite Alloy and Any Planks, arranged in the pattern shown. Produces 4× Wooden Bracket.

Crafting
Wooden Bracket Wooden Bracket ×4 guaranteed

Mining & drops

sourcecountchanceconditions
Wooden Bracket1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
create:wooden_bracket
Namespace
create
Mod ID
create
Tags (3)
create:items/invalid_for_track_paving
minecraft:blocks/mineable/axe
minecraft:blocks/mineable/pickaxe

Recipe JSON (1):

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