1
0
Fork
You've already forked caverealms_lite
0
Forking for maintaining purposes.
  • Lua 99.5%
  • TypeScript 0.5%
Find a file
2026年02月22日 12:21:14 +00:00
docs Add text file listing primary node for biome floors 2017年02月16日 21:05:36 +10:00
schematics Make mushroom saplings grow 2017年03月14日 12:11:06 +10:00
textures Add mushroom sapling 2017年03月14日 12:11:06 +10:00
config.lua Cleanup 2026年01月22日 20:20:02 +00:00
crafting.lua Cleanup 2026年01月22日 20:20:02 +00:00
dungeon_master.lua Cleanup 2026年01月22日 20:20:02 +00:00
functions.lua Cleanup 2026年01月22日 20:20:02 +00:00
init.lua Add 'moreblocks' support, remove (older) 'stairs' support 2026年02月22日 00:18:34 +00:00
LICENSE.txt Add LICENCE.txt 2017年02月27日 03:33:50 +10:00
mod.conf Fix minor typo in mod.conf 2026年02月22日 00:19:42 +00:00
moreblocks.lua Fix glasslike drawtype issues 2026年02月22日 12:21:14 +00:00
nodes.lua Add 'moreblocks' support, remove (older) 'stairs' support 2026年02月22日 00:18:34 +00:00
plants.lua Cleanup 2026年01月22日 20:20:02 +00:00
README.md Updated README.md 2026年02月22日 00:25:47 +00:00
screenshot.png Add screenshot 2018年05月24日 00:19:54 +01:00

caverealms-lite

Based on the original minetest-caverealms mod (https://github.com/HeroOfTheWinds/minetest-caverealms/).

Adds underground realms to Luanti.

This caverealms fork provides all the biomes and decorations from the original caverealms, with several additions and without the overhead of generating caves. This lowers the server resources the mod requires, for example CPU and RAM. This also removes the large lava spills created by the original caverealms.

It is specifically written to work with the mgvalleys mapgen, but will work using other mapgens as well. The mapgen used will determine the shape and size of individual caves. Mapgens that generate only smaller caves may be less suitable for use with this fork than mgvalleys.

Note: For worlds where the original caverealms is already in use, this fork is not advised as a replacement. If used in this way, some unknown nodes and other minor issues should be expected.

License and Contributors

Source code: FreeBSD License (Simplified) The original caverealms was licensed as WTFPL.

Contributors:

  • 2424barrier, maintained fork
  • Zeno, Shara RedCat - This rewrite
  • HeroOfTheWinds, Zeno - Original mod