Recreate destroyed translocators...

since mobs doesn't check for protection. Sooo many ways this could go
wrong.
This commit is contained in:
Duane 2016-07-04 08:57:24 -05:00
parent 419fc2f583
commit fcee06b6e1
3 changed files with 56 additions and 14 deletions

View file

@ -64,7 +64,7 @@ local pyramid_noise_1 = {offset = 0, scale = 1, seed = -6012, spread = {x = 20,
fun_caves.pyramid = function(minp, maxp, data, p2data, area, biomemap, biome_ids, node, heightmap)
if math.random(10) ~= 1 then
if math.random(20) ~= 1 then
return
end