Worldgen / Biome angepasst

This commit is contained in:
N-Nachtigal 2025-05-16 23:15:26 +02:00
parent ef2b11dbee
commit 02bd710832
84 changed files with 212 additions and 13456 deletions

View file

@ -1,5 +1,5 @@
local ALTITUDE = 1500 -- average altitude of islands
local ALTITUDE_AMPLITUDE = 1200 -- rough island altitude variance (plus or minus)
local ALTITUDE = 600 -- average altitude of islands
local ALTITUDE_AMPLITUDE = 400 -- rough island altitude variance (plus or minus)
local GENERATE_ORES = true -- set to true for island core stone to contain patches of dirt and sand etc.
local LOWLAND_BIOMES = false or -- If true then determine an island's biome using the biome at altitude "LOWLAND_BIOME_ALTITUDE"
minetest.get_modpath("ethereal") ~= nil -- Ethereal has an alpine biome above altitude 40, so default to lowland biomes

View file

@ -11,10 +11,10 @@ cloudlands_use_lowland_biomes (Use lowland biomes) bool false
# In Minetest game, ores like iron and diamond will be generated if the
# altitude of islands is set above 1200 and "Generate ores inside islands"
# is Enabled.
cloudlands_altitude (Altitude of islands) int 1500
cloudlands_altitude (Altitude of islands) int 600
# The rough variance of altitude in islands (plus or minus this value)
cloudlands_altitude_amplitude (Altitude variance) int 1200
cloudlands_altitude_amplitude (Altitude variance) int 400
# Generates patches of sand and dirt inside island stone cores.
cloudlands_generate_ores (Generate ores inside islands - patches of dirt, sand etc.) bool true