Epic/mods/caverealms_lite
Nathan Salapat 8fcaa2c4bf Updates for Minetest 5.4.0 2021-03-19 22:28:56 -05:00
..
docs initial upload 2020-06-14 18:29:10 -05:00
schematics initial upload 2020-06-14 18:29:10 -05:00
textures initial upload 2020-06-14 18:29:10 -05:00
README.md initial upload 2020-06-14 18:29:10 -05:00
abms.lua added numbers 2020-09-07 09:15:19 -05:00
config.lua initial upload 2020-06-14 18:29:10 -05:00
crafting.lua initial upload 2020-06-14 18:29:10 -05:00
functions.lua initial upload 2020-06-14 18:29:10 -05:00
init.lua Added printing presses. 2020-07-01 08:15:45 -05:00
license.txt initial upload 2020-06-14 18:29:10 -05:00
mod.conf initial upload 2020-06-14 18:29:10 -05:00
nodes.lua Updates for Minetest 5.4.0 2021-03-19 22:28:56 -05:00
plants.lua initial upload 2020-06-14 18:29:10 -05:00

README.md

caverealms-lite

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

Adds underground realms to minetest.

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:

  • Zeno, Shara RedCat - This rewrite
  • HeroOfTheWinds, Zeno - Original mod