A Luanti mod that implements ladders as 3D nodeboxes https://content.luanti.org/packages/Linuxdirk/ladders_3d/
Find a file
2026-01-02 15:52:39 +01:00
locale update translation files 2026-01-01 06:35:07 +01:00
registry document parameters table 2026-01-02 15:52:39 +01:00
screenshots update user-facing documentation 2026-01-01 06:54:45 +01:00
system de-hardcode group registration & make mass_registration beta 2026-01-02 13:26:50 +01:00
textures add basic support for Mineclonia 2026-01-01 05:00:05 +01:00
init.lua de-hardcode group registration & make mass_registration beta 2026-01-02 13:26:50 +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 update user-facing documentation 2026-01-01 06:54:45 +01:00
README.md go through code & documentation 2026-01-01 07:23:01 +01:00
screenshot.png add screenshots 2023-08-04 20:29:59 +02:00
settingtypes.txt simplify settingtypes.txt 2026-01-01 06:30:31 +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.

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 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 Mineclonia
ladders_3d_mineclonia_override_default_ladder = true
ladders_3d_mineclonia_register_wooden_ladders = true
ladders_3d_mineclonia_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