Extended Angels


Adds recipes and extra tiers of buildings to Angel's Refining, Petrochemical Processing, and Bioprocessing mods.

Content
4 months ago
0.16 - 1.1
7.17K
Manufacturing

b Conditional require breaks settings sync

3 years ago
(updated 3 years ago)

Players attempting to connect in multiplayer are unable to sync settings automatically if you use conditional requires, giving a very frustrating and confusing error (mod mismatch) unless they are familiar with the internals of Factorio's consistency checks.

Lua import through the require keyword should not vary with mod settings.

if settings.startup["angels-enable-components"].value or settings.startup["angels-enable-tech"].value then
require("prototypes.recipes.angels-components")
local OV = angelsmods.functions.OV

3 years ago

Fixed in 3.13 update

This thread has been locked.