Crafting using Stick, Stick, Stick, Tenanea Planks, Stick, Stick and Stick, arranged in the pattern shown. Produces 3× Tenanea Ladder.
Tenanea Ladder
Tenanea Ladder is a item from Unknown Mod, crafted from Stick and Tenanea Planks.
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Tenanea Ladder | 1–1 | 100% | — |
Block drops
Drops itself when broken.
Developer reference
- Registry name
betterend:tenanea_ladder- Namespace
betterend- Mod ID
unknown- Tags (2)
minecraft:blocks/climbable minecraft:blocks/mineable/axe
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"I I",
"I#I",
"I I"
],
"ingredients": {
"#": {
"item": "betterend:tenanea_planks"
},
"I": {
"item": "minecraft:stick"
}
},
"conditions": [],
"sequence": null,
"group_name": "ladder",
"experience": null,
"cooking_time": null
}