Name: caverealms Source: Modified upstream mod License: WTFPL ---------------------------------------------------------------------- 1. This is a modified copy of an upstream mod. The starting point was obtained initially as follows: rm -fr caverealms git clone https://github.com/FaceDeer/minetest-caverealms.git \ caverealms ---------------------------------------------------------------------- 2. Changes include: 2a. Set parameters in "config.lua" as follows: setting("number", "ymin" , -31000) --bottom realm limit setting("number", "ymax" , -1000) --top realm limit setting("number", "tcave" , 0.45) --cave threshold 2b. Add "deeprealms?" to "depends.txt". 2c. Replaced references to default-chest PNG image(s) with references to JPEG replacement(s). 2d. Removed screenshot file(s). 2e. Added the files "00README" and "oldcoder.txt" (this file). ---------------------------------------------------------------------- 3. This mod shouldn't be replaced with an upstream version unless cha- nges (2a) to (2c) are duplicated in the new copy.