Removed unused tunnel types and files.
Added more tags, moved ender pearl dust to convention tag. Added compatibility with TechReborn's chargers.
This commit is contained in:
@@ -128,6 +128,10 @@ public class FluidImportBusPart extends SharedFluidBusPart {
|
||||
aeFluidStack.decStackSize(notInserted.getStackSize());
|
||||
}
|
||||
|
||||
if (aeFluidStack.getStackSize() == 0) {
|
||||
return TickRateModulation.SLOWER;
|
||||
}
|
||||
|
||||
// Now we need to actually drain the fluid, and use the actual amount we just
|
||||
// inserted
|
||||
extractable.extract(filter, aeFluidStack.getAmount()); // FIXME: If there's a mismatch here, log?
|
||||
|
||||
Reference in New Issue
Block a user