This commit is contained in:
Brevven 2021-06-14 23:49:49 -07:00
parent 67c568c4a1
commit 1663a51e7d
5 changed files with 19 additions and 5 deletions

View file

@ -8,6 +8,13 @@ if bobmods and bobmods.lib and bobmods.lib.recipe and bobmods.lib.tech then
util.tungsten_processing = "bz-tungsten-processing"
end
function util.fe_plus(sub)
if mods["FactorioExtended-Plus-"..sub] then
return true
end
end
function util.get_setting(name)
if settings.startup[name] == nil then
return nil