Plastanium conveyor buff (40/s) + description

This commit is contained in:
Anuken
2020-07-29 08:44:53 -04:00
parent 7d2b7197d6
commit 749b9f5b30
2 changed files with 2 additions and 2 deletions

View File

@@ -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 = 3f / 60f;
speed = 4f / 60f;
itemCapacity = 10;
}};