another one

This commit is contained in:
HybridDog 2015-02-14 23:34:37 +01:00
parent 463114375a
commit 2ae53c95ec
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ minetest.register_on_generated(function(minp, maxp, seed)
local plain = biome == 2 -- spawns not much
local alpine = biome == 3 -- rocky terrain
-- Water biomes
biome2 = pr:next(1, 5)
local biome2 = pr:next(1, 5)
local cool = biome == 1 -- only spawns ice on edge of water
local icebergs = biome == 2
local icesheet = biome == 3