Skip to content

Commit 1e334bc

Browse files
committed
Nerfed loaders to 3.75 items per second (their previous speed was unknown, not actually 5 items per second)
1 parent 96697aa commit 1e334bc

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

changelog.txt

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ Version: 3.2.0
33
Date: ???
44
Features:
55
- All non-water generated tiles will be converted to landfill. Includes previously generated tiles when migrating saves.
6+
Changes:
7+
- Nerfed loaders to 3.75 items per second (their previous speed was unknown, not actually 5 items per second)
68
Bugfixes:
79
- Moved uranium phytomining with HMAs back to phytomining stage 3 where HMAs are unlocked
810
---------------------------------------------------------------------------------------------------

prototypes/buildings/shunt-loader.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
AAILoaders.make_tier{
22
name = "shunt",
33
transport_belt = "transport-belt",
4-
speed = 0.010416666666666666667,
4+
speed = 0.0078125,
55
color = {0.5, 0.5, 0.5},
66
fluid = "steam",
77
fluid_per_minute = 0.05,

0 commit comments

Comments
 (0)