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