mg v7 Here We Come!

This commit is contained in:
Amaz1 2014-05-02 21:28:34 +01:00
parent 5caf691165
commit 46baed063c
47 changed files with 471 additions and 1 deletions

11
mods/mapgen/mapgen.lua Normal file
View file

@ -0,0 +1,11 @@
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,
})