mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-22 18:41:09 +01:00
fix wrong mapgen setting var
This commit is contained in:
parent
bb496db605
commit
cae11f99e4
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ mcl_weather.snow = {}
|
|||
|
||||
local PARTICLES_COUNT_SNOW = tonumber(minetest.settings:get("mcl_weather_snow_particles")) or 100
|
||||
mcl_weather.snow.init_done = false
|
||||
local mgname = minetest.get_mapgen_setting("mg_name")
|
||||
local mgname = minetest.get_mapgen_setting("mgname")
|
||||
|
||||
local snow_biomes = {
|
||||
"ColdTaiga_underground",
|
||||
|
|
Loading…
Reference in a new issue