mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-13 17:27:35 +07:00
Finetune itemsmoved stat on stack conveyors (#1954)
This commit is contained in:

committed by
GitHub

parent
f8a24bc3a1
commit
c0e149f5f3
@ -913,7 +913,7 @@ public class Blocks implements ContentList{
|
||||
plastaniumConveyor = new StackConveyor("plastanium-conveyor"){{
|
||||
requirements(Category.distribution, ItemStack.with(Items.plastanium, 1, Items.silicon, 1, Items.graphite, 1));
|
||||
health = 75;
|
||||
speed = 0.04f;
|
||||
speed = 2.5f / 60f;
|
||||
recharge = 2f;
|
||||
}};
|
||||
|
||||
|
Reference in New Issue
Block a user