A Luanti mod that implements ladders as 3D nodeboxes https://content.luanti.org/packages/Linuxdirk/ladders_3d/
Find a file
Hēphaïstos ec7906e924
Translated using Weblate (French)
Currently translated at 100.0% (8 of 8 strings)

Translation: Linuxdirk’s Luanti Mods/Ladders 3D
Translate-URL: https://translate.codeberg.org/projects/linuxdirks-luanti-mods/ladders_3d/fr/
2025-05-25 23:58:26 +00:00
locale Translated using Weblate (French) 2025-05-25 23:58:26 +00:00
registry update contact information 2025-03-13 22:13:44 +01:00
screenshots add a “nice” screenshot to be used in mod represetation 2023-08-04 21:13:49 +02:00
system adapt to Minetest -> Luanti name change 2024-11-22 22:11:44 +01:00
textures relicense texture modifier masks to MIT, too 2024-12-21 18:21:14 +01:00
init.lua adapt to Minetest -> Luanti name change 2024-11-22 22:11:44 +01:00
LICENSE.txt initial commit 2023-08-04 15:25:03 +02:00
mod.conf initial commit 2023-08-04 15:25:03 +02:00
README.md add translation information 2024-12-05 04:20:19 +01:00
screenshot.png add screenshots 2023-08-04 20:29:59 +02:00
settingtypes.txt go through code/documentation 2024-11-22 22:37:45 +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 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 block 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.

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.

# For each supported mod as `modname`. Refer to the Lua files in `registry` to
# get the currently supported mods.
ladders_3d_load_modname = true

# Override “Minetest Game” default ladders to look 3D (this is considered as a
# “hack” and only looks good with default textures for the ladders.)
ladders_3d_override_default_ladders = true

# Use exact selection box when no custom selection box is set. This does
# not apply to the overridden “Minetest Game” default ladders.
ladders_3d_exact_selection_box = false

# Players can walk through ladders. This sets the `walkable` node value. It is
# “reverse” of that the description is. If it is set to `false` players cannot
# walk through ladders.
ladders_3d_walkable_by_default = false

The listing above shows the default values. Please also refer to settingtypes.txt for a more in-detail description of the parameters. Individual registration files can introduce own configuration options. If the files are built-in the options should be noted in settingtypes.txt.

Translations

Missing your language? Feel free to add it!

Translation status