Move capacity into crater

This commit is contained in:
Patrick 'Quezler' Mounier
2020-03-06 11:06:35 +01:00
parent 7ddcd93a57
commit 087aef6b85
2 changed files with 2 additions and 3 deletions
@@ -34,7 +34,7 @@ public class CraterConveyor extends Block implements Autotiler{
layer = Layer.overlay;
group = BlockGroup.transportation;
hasItems = true;
itemCapacity = 4;
itemCapacity = 8;
conveyorPlacement = true;
entityType = CraterConveyorEntity::new;