Add color to example biome (Plains)

This commit is contained in:
cora 2022-10-21 16:28:54 +02:00
parent 6c127eb170
commit 1257ff25d3
1 changed files with 2 additions and 0 deletions

View File

@ -517,6 +517,8 @@ local function register_biomes()
heat_point = 58,
_mcl_biome_type = "medium",
_mcl_palette_index = 0,
_mcl_skycolor = "#78A7FF",
_mcl_fogcolor = "#C0D8FF"
})
minetest.register_biome({
name = "Plains_beach",