Cold Chain Logistics (Fridge) Fix

by V1irus

Unofficial fixed build of Cold Chain Logistics (Fridge) by LightningMaster.

Content
2 hours ago
2.0
0
Factorio: Space Age Icon Space Age Mod
Owner:
V1irus
Source:
N/A
Homepage:
N/A
License:
MIT
Created:
2 hours ago
Latest Version:
0.2.1 (2 hours ago)
Factorio version:
2.0
Downloaded by:
0 users

Fixes a severe UPS problem: check_platform_warehouse() searched an entire surface for the space platform hub every 80 ticks. A Space Freezing Warehouse placed on a planet made the mod scan that whole planet 45 times a minute for an entity that cannot exist there, costing 150-175 ms per scan. The hub is now read directly from LuaSurface.platform.hub. Behaviour is unchanged; verified to return the identical hub on platforms. Everything else is the original mod. Disable the original Fridge before enabling this.