minetest/mods/mapgen/mapgen.lua
2014-05-02 21:28:34 +01:00

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,
})