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