plastanium balancing
This commit is contained in:
@@ -911,7 +911,7 @@ public class Blocks implements ContentList{
|
||||
plastaniumConveyor = new StackConveyor("plastanium-conveyor"){{
|
||||
requirements(Category.distribution, with(Items.plastanium, 1, Items.silicon, 1, Items.graphite, 1));
|
||||
health = 75;
|
||||
speed = 3.5f / 60f;
|
||||
speed = 3f / 60f;
|
||||
itemCapacity = 10;
|
||||
displayedSpeed = 30f;
|
||||
}};
|
||||
|
||||
Reference in New Issue
Block a user