1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00
luanti/builtin/game/builtin_biome.lua

10 lines
149 B
Lua
Raw Normal View History

minetest.register_biome({
name = "Grass",
heat_point = 50.0,
humidity_point = 50.0,
height_min = -31000,
height_max = 31000,
})