Update mapgen.lua

This commit is contained in:
ManOfMinetest24 2014-05-02 15:17:51 -06:00
parent a57ebed03a
commit 27d525ca66

View file

@ -1,7 +1,8 @@
minetest.register_biome({
name = "plains",
node_top = "mapgen:dust",
depth_top = 7,
node_bottom = "mapgen:stone",
depth_top = 2,
node_dust = "air",
height_min = -10,
height_max = 160,