This mod adds some stair-like nodes from soft ground nodes (sand, dirt, gravel...) that may change shape automatically according to their surroundings.
The aim of this mod is to make a visual improvement on the world with more curves and smooth movement not to jump on every little height. The library adds an API to register all the alternative 4 shapes and the change shape behavior with one line of code, while keeping some flexibility for the new nodes.
Registering a natural slope has the following effects:
- Four new nodes are registered based upon the original node definition: the straight slope, the inner corner, the outer corner and the "pike" (slab-like)
- When the map is generated, the blocks are changed to slopes according to the surrounding and the material hardness (defined when registering the slope)
- When blocks are placed around slopes, they may update their shape to match the new state
- Nodes that are just placed may also update their shape to match the surroundings
- If enabled, walking on edges may update the slope shape
- If enabled, some node may update from time to time
This mod doesn't add anything by itself. Check out other mods using the library for effective changes, like naturalslopes_minetest_game.
Links:
- Documentation and changelog
- All versions
- Clone the repository:
git clone https://files.creativekara.fr/git/naturalslopeslib.git
Works well
Works well, great for those who just want a beautiful landscape.