Fix too slow belt animation
This commit is contained in:
parent
b714b0f6fe
commit
a348f84ebb
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ Belt.EntityBuilder:new()
|
||||||
:itemsPerSecond(7.5)
|
:itemsPerSecond(7.5)
|
||||||
:nextTier("")
|
:nextTier("")
|
||||||
:undergroundDistance(4)
|
:undergroundDistance(4)
|
||||||
|
:animationSpeedMultiplier(1.01)
|
||||||
:apply({
|
:apply({
|
||||||
transportBelt = {
|
transportBelt = {
|
||||||
emissions_per_second = { noise = 0.01 }
|
emissions_per_second = { noise = 0.01 }
|
||||||
|
|
Loading…
Add table
Reference in a new issue