mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-20 22:33:16 -04:00
11 lines
189 B
Lua
11 lines
189 B
Lua
minetest.register_biome({
|
|
name = "plains",
|
|
node_top = "mapgen:dust",
|
|
depth_top = 7,
|
|
node_dust = "air",
|
|
height_min = -10,
|
|
height_max = 160,
|
|
heat_point = 45,
|
|
humidity_point = 45,
|
|
})
|
|
|