A Luanti mod that implements ladders as 3D nodeboxes https://content.luanti.org/packages/Linuxdirk/ladders_3d/
Find a file
2026-01-16 19:19:49 +01:00
locale use correct color name for German translation 2026-01-16 19:19:49 +01:00
registry order alphabetically and use correct names 2026-01-16 19:12:06 +01:00
screenshots update user-facing documentation 2026-01-01 06:54:45 +01:00
system make texture cutting function more robust 2026-01-16 18:18:53 +01:00
textures fully support Hades Revisited 2026-01-16 19:02:07 +01:00
init.lua get validation out of registry files & unbeta mass registration 2026-01-11 13:16:46 +01:00
LICENSE_code.txt specify license file 2026-01-01 07:38:28 +01:00
LICENSE_media.txt add media license 2026-01-01 07:38:17 +01:00
mod.conf fully support Hades Revisited 2026-01-16 19:02:07 +01:00
README.md fully support Hades Revisited 2026-01-16 19:02:07 +01:00
screenshot.png add screenshots 2023-08-04 20:29:59 +02:00
settingtypes.txt fully support Hades Revisited 2026-01-16 19:02:07 +01:00

Ladders 3D Is a mod that adds 3D ladders from a wide variety of base materials

All default ladders

Crafting

Crafting a ladder is done quite similar to crafting the “Minetest Game” default ladders. Instead of a stick the whole block is used. Just place in an H shape to get 7 ladders. To uncraft a ladder, just place it in the crafting grid to get one of the base item back.

Crafting Recipe Uncrafting Recipe

The crafting recipe is more expensive than the de-facto standard recipe coming from “Minetest Game” default ladders. You get the materials back 1:1, though.

For individual materials please refer to your games crafting guide.

Currently supported games

Please note that the 3D effect heavily depends on th einterplay of textures, texture masks, and nodeboxes. The mod was tested with the default textures and ladder shapes of the games. If you use non-standard textures or shapes, the registered ladders might not look correct.

Want to have your favorite game being supported? Have a look at the registration API readme on how to do that by yourself or how to request support being added.

Configuration options

Listed below are the configuration options that can be set either in the configuration that was used for the server or in the file _ladders_3d.conf in the world directory. Configuration options are set in the following order.

  1. Built-in defaults
  2. Configuration options
  3. World-specific configuration options

A settingtypes.txt for the advanced configuration GUI for the Luanti client exists, but this does only set the global configuration options. It is suggested to use world-specific configuration options only, though.

# Mod configuration
ladders_3d_exact_selection_box = false
ladders_3d_walkable_by_default = false

# Built-in support for Hades Revisited
ladders_3d_hades_revisited_override_default_ladders = true
ladders_3d_hades_revisited_register_wooden_ladders = true
ladders_3d_hades_revisited_register_metal_ladders = true

# Built-in support for Asuna
ladders_3d_asuna_override_default_ladders = true
ladders_3d_asuna_register_wooden_ladders = true
ladders_3d_asuna_register_metal_ladders = true
ladders_3d_asuna_register_crystal_ladder = true

# Built-in support for Mineclonia
ladders_3d_mineclonia_override_default_ladder = true
ladders_3d_mineclonia_register_wooden_ladders = true
ladders_3d_mineclonia_register_metal_ladders = true

# Built-in support for Minetest Game
ladders_3d_minetest_override_default_ladders = true
ladders_3d_minetest_register_wooden_ladders = true
ladders_3d_minetest_register_metal_ladders = true

# Built-in support for Repixture
ladders_3d_mineclonia_register_metal_ladders = true
ladders_3d_mineclonia_register_wooden_ladders = true

# Built-in support for VoxeLibre (formerly MineClone2)
ladders_3d_mineclone2_override_default_ladder = true
ladders_3d_mineclone2_register_wooden_ladders = true
ladders_3d_mineclone2_register_metal_ladders = true

The listing above shows the default values. The names are pretty much self-explanatory. The options being quite similar is coincidental, and individual registration files can introduce own configuration options.

Translations

Missing your language? Feel free to add it!

Translation status