forked from VoxeLibre/VoxeLibre
Add color to example biome (Plains)
This commit is contained in:
parent
6c127eb170
commit
1257ff25d3
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue