mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-16 10:47:40 +07:00
Refractor away overhead
This commit is contained in:
@ -894,7 +894,7 @@ public class Blocks implements ContentList{
|
||||
plastaniumConveyor = new CraterConveyor("plastanium-conveyor"){{
|
||||
requirements(Category.distribution, ItemStack.with(Items.plastanium, 1, Items.silicon, 1, Items.graphite, 1));
|
||||
itemCapacity = 8;
|
||||
speed = 0.075f;
|
||||
speed = 0.04f;
|
||||
health = 75;
|
||||
}};
|
||||
|
||||
|
Reference in New Issue
Block a user