37 lines
508 B
Lua
Raw Normal View History

2023-03-10 17:27:01 -06:00
-- LUALOCALS < ---------------------------------------------------------
local include, nodecore
= include, nodecore
-- LUALOCALS > ---------------------------------------------------------
include("oceanfix")
--<>--
include("corals")
include("anemones")
2023-03-21 16:33:21 -05:00
include("mollusks")
2023-03-10 17:27:01 -06:00
2023-03-21 16:33:21 -05:00
include("urchins")
2023-03-10 17:27:01 -06:00
--include("seastars")
include("seajellies")
--include("bobbits")
--<>--
include("kelp")
--<>--
include("cultivate_coral")
--include("cultivate_kelp")
--<>--
2023-03-21 16:33:21 -05:00