1
0
mirror of https://github.com/Sokomine/cottages.git synced 2025-07-04 17:10:23 +02:00

refactor, cleanup, API, bugfixes (#1)

This commit is contained in:
fluxionary
2022-10-09 14:13:47 -07:00
committed by flux
parent dbe69bcfaf
commit 846308ef5a
106 changed files with 5594 additions and 4596 deletions

5
modules/init.lua Normal file
View File

@ -0,0 +1,5 @@
for module, settings in pairs(cottages.settings) do
if settings.enabled then
cottages.dofile("modules", module, "init")
end
end