mirror of
https://github.com/moparisthebest/minetest
synced 2024-11-11 11:55:03 -05:00
7dbb3916cb
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.
10 lines
149 B
Lua
10 lines
149 B
Lua
minetest.register_biome({
|
|
name = "Grass",
|
|
|
|
heat_point = 50.0,
|
|
humidity_point = 50.0,
|
|
height_min = -31000,
|
|
height_max = 31000,
|
|
})
|
|
|