Crafting using Umbrella Tree Planks, Umbrella Tree Slab, Umbrella Tree Planks, Umbrella Tree Planks, Umbrella Tree Planks, Umbrella Tree Planks, Umbrella Tree Slab and Umbrella Tree Planks, arranged in the pattern shown. Produces Umbrella Tree Barrel.
Umbrella Tree Barrel
Umbrella Tree Barrel is a item from Unknown Mod, crafted from Umbrella Tree Planks and Umbrella Tree Slab.
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Umbrella Tree Barrel | 1–1 | 100% | — |
Block drops
Drops itself when broken.
Related items
Developer reference
- Registry name
betterend:umbrella_tree_barrel- Namespace
betterend- Mod ID
unknown- Tags (4)
c:blocks/barrel c:blocks/wooden_barrels c:items/barrel c:items/wooden_barrels
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"#S#",
"# #",
"#S#"
],
"ingredients": {
"#": {
"item": "betterend:umbrella_tree_planks"
},
"S": {
"item": "betterend:umbrella_tree_slab"
}
},
"conditions": [],
"sequence": null,
"group_name": "barrel",
"experience": null,
"cooking_time": null
}