Finetune itemsmoved stat on stack conveyors (#1954)

This commit is contained in:
Patrick 'Quezler' Mounier
2020-05-01 16:17:14 +02:00
committed by GitHub
parent f8a24bc3a1
commit c0e149f5f3
2 changed files with 2 additions and 2 deletions

View File

@ -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;
}};