mirror of
https://github.com/minetest/minetest.git
synced 2024-11-09 01:03:46 +01:00
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,
|
||
|
})
|
||
|
|