Added flyer shadows / Fixed block inventory rebuild spawn / Distributor

This commit is contained in:
Anuken
2018-07-09 20:18:50 -04:00
parent dbee30a412
commit d31fbf3b6f
9 changed files with 56 additions and 9 deletions

View File

@@ -41,7 +41,6 @@ public class DistributionBlocks extends BlockList implements ContentList{
distributor = new Splitter("distributor") {{
size = 2;
itemCapacity = 80;
}};
overflowGate = new OverflowGate("overflow-gate");