turn underwater pillars/stalagmites in the Sunless Sea into cave coral

This commit is contained in:
FaceDeer
2019-08-01 23:07:15 -06:00
parent 161719eb4d
commit 5e113ec200
4 changed files with 19 additions and 8 deletions

View File

@ -42,6 +42,7 @@ local coral_names = {"df_mapitems:cave_coral_1", "df_mapitems:cave_coral_2", "df
minetest.register_abm{
label = "df_mapitems:shifting_coral",
nodenames = {"group:dfcaverns_cave_coral"},
neighbors = {"default:water_source"},
interval = 2,
chance = 10,
action = function(pos)