2024-10-13 07:32:06 -05:00

34 lines
770 B
Lua

-- LUALOCALS < ---------------------------------------------------------
local include, nodecore
= include, nodecore
-- LUALOCALS > ---------------------------------------------------------
local modname = minetest.get_current_modname()
--<>--
include("oceanfix")
--<>--
include("corals")
include("anemones")
include("mollusks")
include("urchins")
--include("seastars")
include("seajellies")
--include("bobbits")
--<>--
include("kelp")
include("seagrass")
--<>--
include("jellied")
--<>--
include("cultivate_coral")
--<>--
if minetest.settings:get_bool(modname .. ".foodweb", true) then
include("predation")
end
--<>--
if minetest.get_modpath("ncshark") then
include("sharks")
end
--<>--
include("seament")
--<>--
include("bubbly")