Fix schematic placement. Add dragon.

This commit is contained in:
Duane 2016-06-12 06:02:34 -05:00
parent e144b2b300
commit 241fef9f79
2 changed files with 5 additions and 1 deletions

View file

@ -72,7 +72,7 @@ fun_caves.cloudgen = function(minp, maxp, data, p2data, area, node)
data[ivm] = node['fun_caves:moon_weed']
write = true
elseif rand(60) == 1 and plant_n[index] > 0.5 then
fun_caves.place_schematic(minp, maxp, data, p2data, area, node, {x=x,y=y-1,z=z}, fun_caves.schematics['lumin_tree'], true)
fun_caves.place_schematic(minp, maxp, data, p2data, area, node, {x=x,y=y,z=z}, fun_caves.schematics['lumin_tree'], true)
write = true
elseif rand(10) == 1 then
data[ivm] = node['default:grass_'..rand(4)]