forked from cacklingfiend/lignumis
Move assets to a separate mod
This commit is contained in:
parent
4dbd799477
commit
dfe04514fa
442 changed files with 623 additions and 1008 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue