Move assets to a separate mod

This commit is contained in:
Simon Brodtmann 2025-02-28 10:01:53 +01:00
parent 4dbd799477
commit dfe04514fa
442 changed files with 623 additions and 1008 deletions

View file

@ -22,9 +22,14 @@ Lignumis = {
lab_blacklist = {
"wood-lab", -- Lignumis
"cerys-lab" -- Cerys
}
},
assets = "__lignumis-assets__/"
}
Lignumis.graphics = Lignumis.assets .. "graphics/"
Lignumis.sound = Lignumis.assets .. "sound/"
if not settings.startup["lignumis-technology-progression"].value then
Lignumis.science_pack_whitelist = {}
end