Remove placeholder grass biome from mapgen_v7.

This commit is contained in:
Splizard 2014-06-05 19:05:00 +12:00
parent 954726e8c5
commit 3aa532202d
1 changed files with 0 additions and 9 deletions

View File

@ -53,15 +53,6 @@ minetest.register_biome({
humidity_point = 40.0,
})
minetest.register_biome({
name = "base_normal",
height_min = 3,
height_max = 40,
heat_point = 40.0,
humidity_point = 40.0,
})
minetest.register_biome({
name = "snow_biome_sand",