Crafting using Lacugrove Planks, Lacugrove Planks, Lacugrove Fence, Lacugrove Fence and Lacugrove Fence, arranged in the pattern shown. Produces 6× Lacugrove Wall.
Lacugrove Wall
Lacugrove Wall is a item from Unknown Mod, crafted from Lacugrove Planks and Lacugrove Fence.
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Lacugrove Wall | 1–1 | 100% | — |
Block drops
Drops itself when broken.
Related items
Developer reference
- Registry name
betterend:lacugrove_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:lacugrove_planks"
},
"|": {
"item": "betterend:lacugrove_fence"
}
},
"conditions": [],
"sequence": null,
"group_name": "wall",
"experience": null,
"cooking_time": null
}