We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96697aa commit 1e334bcCopy full SHA for 1e334bc
changelog.txt
@@ -3,6 +3,8 @@ Version: 3.2.0
3
Date: ???
4
Features:
5
- 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)
8
Bugfixes:
9
- Moved uranium phytomining with HMAs back to phytomining stage 3 where HMAs are unlocked
10
---------------------------------------------------------------------------------------------------
prototypes/buildings/shunt-loader.lua
@@ -1,7 +1,7 @@
1
AAILoaders.make_tier{
2
name = "shunt",
transport_belt = "transport-belt",
- speed = 0.010416666666666666667,
+ speed = 0.0078125,
color = {0.5, 0.5, 0.5},
fluid = "steam",
fluid_per_minute = 0.05,
0 commit comments