mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-12-04 16:53:46 +01:00
Fix the flat biome having a beach sky colour
parent
afbb8e2288
commit
a50908e1eb
@ -42,7 +42,7 @@ local function register_classic_superflat_biome()
|
||||
heat_point = 50,
|
||||
_mcl_biome_type = "medium",
|
||||
_mcl_palette_index = 0,
|
||||
_mcl_skycolor = beach_skycolor,
|
||||
_mcl_skycolor = "#78A7FF",
|
||||
_mcl_fogcolor = overworld_fogcolor
|
||||
})
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user