Adjust pyramid caskets.

This commit is contained in:
Duane 2016-06-29 14:30:03 -05:00
parent 695316ea2a
commit e2d29e0dd9
3 changed files with 18 additions and 34 deletions

View file

@ -43,6 +43,7 @@ fun_caves.village = function(minp, maxp, data, p2data, area, node, biome, height
if not biome or math.random(10) ~= 1 then
return
end
local turf
if biome:find('grass') or biome:find('forest') then
turf = 'default:dirt_with_grass'
elseif biome:find('taiga') or biome:find('tundra') then