dreambuilder_game/mods/caverealms_lite
Vanessa Dannenberg 647605cc68 rewrite most of the theming handling
fixes a number of bugs and glitches

this also brings in a major update to Unified Inventory
2021-03-10 15:38:57 -05:00
..
docs Convert the modpack into a standalone game for the Minetest engine 2021-02-24 22:05:32 -05:00
schematics Convert the modpack into a standalone game for the Minetest engine 2021-02-24 22:05:32 -05:00
textures Convert the modpack into a standalone game for the Minetest engine 2021-02-24 22:05:32 -05:00
LICENSE.txt Convert the modpack into a standalone game for the Minetest engine 2021-02-24 22:05:32 -05:00
README.md Convert the modpack into a standalone game for the Minetest engine 2021-02-24 22:05:32 -05:00
config.lua Convert the modpack into a standalone game for the Minetest engine 2021-02-24 22:05:32 -05:00
crafting.lua Convert the modpack into a standalone game for the Minetest engine 2021-02-24 22:05:32 -05:00
depends.txt Convert the modpack into a standalone game for the Minetest engine 2021-02-24 22:05:32 -05:00
description.txt Convert the modpack into a standalone game for the Minetest engine 2021-02-24 22:05:32 -05:00
dungeon_master.lua Convert the modpack into a standalone game for the Minetest engine 2021-02-24 22:05:32 -05:00
functions.lua Convert the modpack into a standalone game for the Minetest engine 2021-02-24 22:05:32 -05:00
init.lua Convert the modpack into a standalone game for the Minetest engine 2021-02-24 22:05:32 -05:00
mod.conf Convert the modpack into a standalone game for the Minetest engine 2021-02-24 22:05:32 -05:00
nodes.lua rewrite most of the theming handling 2021-03-10 15:38:57 -05:00
plants.lua Convert the modpack into a standalone game for the Minetest engine 2021-02-24 22:05:32 -05:00
screenshot.png Convert the modpack into a standalone game for the Minetest engine 2021-02-24 22:05:32 -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