int liquidLeft = -(i*40) - 40;
dummy.addFluidSlot(i, module.getFluidInventory(), liquidLeft + 13, 42);
}
if(this.hasByproductExtractor) {
dummy.addDummySlot(10, 197, 104);
}
for(int Y = 0;Y < this.cleanupSize;Y++) {
for(int X=0;X < 3;X++) {
dummy.addDummySlot(Y * 3 + X, module.getCleanupInventory(), X * 18 - 57, Y * 18 + 13);