Skip to content

Commit

Permalink
Make stack inserters a bit faster
Browse files Browse the repository at this point in the history
  • Loading branch information
notnotmelon committed Oct 20, 2024
1 parent a47c90f commit 34ae9bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prototypes/technologies/stacking-belts.lua
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ data:extend {py.merge(data.raw.inserter["bulk-inserter"], {
type = "electric",
usage_priority = "secondary-input"
},
rotation_speed = data.raw.inserter.inserter.rotation_speed,
rotation_speed = data.raw.inserter.inserter.rotation_speed * 1.5,
minable = {
mining_time = 0.2,
result = "py-stack-inserter"
Expand Down

0 comments on commit 34ae9bc

Please sign in to comment.