Directional duct unloader
This commit is contained in:
@@ -74,7 +74,7 @@ public class Blocks implements ContentList{
|
||||
//transport
|
||||
conveyor, titaniumConveyor, plastaniumConveyor, armoredConveyor, distributor, junction, itemBridge, phaseConveyor, sorter, invertedSorter, router,
|
||||
overflowGate, underflowGate, massDriver,
|
||||
duct, ductRouter, ductBridge,
|
||||
duct, ductRouter, ductBridge, ductUnloader,
|
||||
surgeConveyor,
|
||||
|
||||
//liquid
|
||||
@@ -1308,6 +1308,11 @@ public class Blocks implements ContentList{
|
||||
speed = 4f;
|
||||
}};
|
||||
|
||||
ductUnloader = new DirectionalUnloader("duct-unloader"){{
|
||||
requirements(Category.distribution, with(Items.graphite, 10));
|
||||
speed = 4f;
|
||||
}};
|
||||
|
||||
surgeConveyor = new StackConveyor("surge-conveyor"){{
|
||||
requirements(Category.distribution, with(Items.surgeAlloy, 3, Items.graphite, 5));
|
||||
health = 90;
|
||||
|
||||
Reference in New Issue
Block a user