Require 4 loading docks to saturate a belt

Which encourages using them right from the factory, instead of simply connecting it up to a full titanium belt.
This commit is contained in:
Patrick 'Quezler' Mounier
2020-04-18 13:28:32 +02:00
parent 32e32ecae2
commit 16a1483f55
2 changed files with 6 additions and 3 deletions

View File

@ -914,6 +914,7 @@ public class Blocks implements ContentList{
requirements(Category.distribution, ItemStack.with(Items.plastanium, 1, Items.silicon, 1, Items.graphite, 1));
health = 75;
speed = 0.04f;
recharge = 4f;
}};
armoredConveyor = new ArmoredConveyor("armored-conveyor"){{