forked from cacklingfiend/bzzirconium2
lignumis compat
This commit is contained in:
parent
ee4191f637
commit
7e99170f27
3 changed files with 10 additions and 1 deletions
|
|
@ -303,6 +303,10 @@ data:extend({
|
|||
})
|
||||
util.add_unlock("recycling", "sort-zircon-stone")
|
||||
util.add_unlock("recycling", "sort-stone-zircon")
|
||||
if mods.lignumis then
|
||||
util.set_enabled("sort-zircon-stone", true)
|
||||
util.set_enabled("sort-stone-zircon", true)
|
||||
end
|
||||
end
|
||||
|
||||
if mods["space-age"] then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue