Ore Sorters Storage Boost

Increases ore sorting plant / ore sorter buffer capacities.

Default multiplier: x5

What it changes:
- OreSortingPlantProto.InputBufferCapacity
- OreSortingPlantProto.OutputBuffersCapacity
- OreSortingPlantProto.AcceptAllTrucksUntilFreeCapacity

This is intended for use with All Trucks Capacity x5. Larger trucks can deliver larger mixed ore loads, while the vanilla sorting plant buffers are small and can block deliveries too quickly.

Install:
1. Copy the OreSortersStorageBoost folder into your Captain of Industry Mods folder.
2. Enable "Ore Sorters Storage Boost" in the game.
3. Optional: edit config.json if you want a multiplier other than x5.

Existing saves:
The mod changes ore sorting plant prototype values during prototype registration and does not add buildings, recipes, resources, or saved data. It is marked as safe to add to and remove from existing saves.

Limitations:
Captain of Industry exposes a clear InputBufferCapacity for the mixed input buffer. The per-product pre-sort amount is checked against the same GlobalOutputBuffer capacity that is created from OutputBuffersCapacity, so there is no separate prototype field for "presorted only, not sorted output" in the available API. For this reason, the mod also increases OutputBuffersCapacity.
