Fix the flat biome having a beach sky colour

This commit is contained in:
FossFanatic 2022-12-21 16:00:04 +00:00
parent afbb8e2288
commit a50908e1eb
1 changed files with 1 additions and 1 deletions

View File

@ -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