Big Update

This commit is contained in:
Craig 2014-05-07 16:17:17 +01:00
parent 26b125064c
commit 74799ee570
57 changed files with 7813 additions and 8443 deletions

View file

@ -1,12 +0,0 @@
minetest.register_biome({
name = "plains",
node_top = "mapgen:dust",
node_bottom = "mapgen:stone",
depth_top = 2,
node_dust = "air",
height_min = -10,
height_max = 160,
heat_point = 45,
humidity_point = 45,
})