mirror of
https://github.com/FaceDeer/dfcaverns.git
synced 2025-06-28 06:30:34 +02:00
turn underwater pillars/stalagmites in the Sunless Sea into cave coral
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user