You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-- Algae farm recipes revised in Angel's Bioprocessing 0.7.23
30
-
ifreskins.lib.version.is_same_or_newer(mods["angelsbioprocessing"], "0.7.23") then
31
-
tier_map["algae-farm"].prog_tier=0
32
-
tier_map["algae-farm-2"].prog_tier=1
33
-
tier_map["algae-farm-3"].prog_tier=2
34
-
tier_map["algae-farm-4"].prog_tier=3
35
-
end
36
-
37
-
-- Algae farm recipes revised in Angel's Bioprocessing 0.7.18, and again in 0.7.20 with addition of Algae farm 4
38
-
ifreskins.lib.version.is_same_or_newer(mods["angelsbioprocessing"], "0.7.18") andreskins.lib.version.is_older(mods["angelsbioprocessing"], "0.7.20") then
ifreskins.lib.settings.get_value("reskins-angels-use-vanilla-chemical-plant-sprites") andreskins.lib.settings.get_value("angels-disable-vanilla-chemical-plants") then
0 commit comments