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