Umbrella Tree Wall
betterend:umbrella_tree_wall

Umbrella Tree Wall

item Axe MineableWalls

Umbrella Tree Wall is a item from Unknown Mod, crafted from Umbrella Tree Planks and Umbrella Tree Fence.

Acquisition

Crafting using Umbrella Tree Planks, Umbrella Tree Planks, Umbrella Tree Fence, Umbrella Tree Fence and Umbrella Tree Fence, arranged in the pattern shown. Produces 6× Umbrella Tree Wall.

Crafting
Umbrella Tree Planks
Umbrella Tree Planks
Umbrella Tree Fence
Umbrella Tree Fence
Umbrella Tree Fence
Umbrella Tree Wall Umbrella Tree Wall ×6 guaranteed

Mining & drops

sourcecountchanceconditions
Umbrella Tree Wall1–1100%

Block drops

Drops itself when broken.

Developer reference
Registry name
betterend:umbrella_tree_wall
Namespace
betterend
Mod ID
unknown
Tags (2)
minecraft:blocks/mineable/axe
minecraft:blocks/walls

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "* *",
    "|||"
  ],
  "ingredients": {
    "*": {
      "item": "betterend:umbrella_tree_planks"
    },
    "|": {
      "item": "betterend:umbrella_tree_fence"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": "wall",
  "experience": null,
  "cooking_time": null
}