summaryrefslogtreecommitdiff
path: root/builtin/game/builtin_biome.lua
blob: ac0397df63053cd51680de0e6541b69f8e00f87b (plain)
1
2
3
4
5
6
7
8
9
minetest.register_biome({
	name           = "Grass",

	heat_point     = 50.0,
	humidity_point = 50.0,
	height_min = -31000,
	height_max = 31000,
})