forked from Mirrorlandia_minetest/minetest
Temporarily set default biome in builtin
This should probably be removed when minetest_game has proper biomes. If I hear "the whole map is just stone!" again after this, I am going to detonate.
This commit is contained in:
parent
815876e709
commit
7dbb3916cb
9
builtin/game/builtin_biome.lua
Normal file
9
builtin/game/builtin_biome.lua
Normal file
@ -0,0 +1,9 @@
|
||||
minetest.register_biome({
|
||||
name = "Grass",
|
||||
|
||||
heat_point = 50.0,
|
||||
humidity_point = 50.0,
|
||||
height_min = -31000,
|
||||
height_max = 31000,
|
||||
})
|
||||
|
@ -25,4 +25,5 @@ dofile(gamepath.."features.lua")
|
||||
dofile(gamepath.."voxelarea.lua")
|
||||
dofile(gamepath.."forceloading.lua")
|
||||
dofile(gamepath.."statbars.lua")
|
||||
dofile(gamepath.."builtin_biome.lua")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user