cave pearls and spindleshrooms (name subject to change) now are things. Not in mapgen yet.

This commit is contained in:
FaceDeer
2019-08-02 23:44:09 -06:00
parent 5e113ec200
commit 38a77f3748
12 changed files with 439 additions and 18 deletions

View File

@ -372,6 +372,7 @@ local decorate_sunless_sea = function(minp, maxp, seed, vm, node_arrays, area, d
end
else
data[vi] = c_coral_table[math.random(1,3)]
data_param2[vi] = math.random(1,4)-1
end
end
end