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