Adds underground realms to minetest.

izzy 7f43c51f19 compatibility with rockgen/geology 1 vuosi sitten
docs fa07624d59 Add text file listing primary node for biome floors 7 vuotta sitten
schematics 9b1b3d634e Make mushroom saplings grow 7 vuotta sitten
textures 544befc9da medium green mushrooms 4 vuotta sitten
LICENSE.txt 4bbb4cfff8 Add LICENCE.txt 7 vuotta sitten
README.md 8479eeda3b biome rework, more nodes, added hotsprings 4 vuotta sitten
config.lua 7f43c51f19 compatibility with rockgen/geology 1 vuosi sitten
crafting.lua ec99ff9839 glow obsidian glass and shards 4 vuotta sitten
description.txt b4e73de9cd Added description and screenshot files 9 vuotta sitten
dungeon_master.lua c73d131ea3 Remove useless and incorrect comments 6 vuotta sitten
functions.lua 8479eeda3b biome rework, more nodes, added hotsprings 4 vuotta sitten
hotsprings.lua 8479eeda3b biome rework, more nodes, added hotsprings 4 vuotta sitten
init.lua 7f43c51f19 compatibility with rockgen/geology 1 vuosi sitten
mod.conf 7f43c51f19 compatibility with rockgen/geology 1 vuosi sitten
nodes.lua 63955ce71d better fireflies, blue butterflies 4 vuotta sitten
plants.lua 544befc9da medium green mushrooms 4 vuotta sitten
screenshot.png f283dd19b8 Add screenshot 6 vuotta sitten

README.md

caverealms-lite-plus

Based on Ezhh's cavereals-lite (https://github.com/Ezhh/caverealms_lite/), itself based on the original minetest-caverealms mod (https://github.com/HeroOfTheWinds/minetest-caverealms/).

Adds underground realms to minetest.

This mod may be used as a drop-in replacement for caverealms-lite. Newly generated blocks will show a sharp lurch in the biome type.

Changes from caverealms-lite

  • Different biome algorithm based on independent Evil and Wonder noises, similar to heat and humidity above ground.
  • Biomes are larger.
  • Every biome has some sort of consistent light source
  • New biome type: geothermal hotsprings.
  • A few more node types similar to existing ones.
  • Various bug fixes.
  • Various new bugs ;)

Changes by Ezhh from caverealms to caverealms-lite

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:

  • yzziizzy - current version
  • Zeno, Shara RedCat - caverealms-lite
  • HeroOfTheWinds, Zeno - Original caverealms mod

Recommended Additions