powercrystals / MineFactoryReloaded

92 stars 121 forks source link

MeatPacker and Sewage in getTank #366

Open Zenthere opened 10 years ago

Zenthere commented 10 years ago

There is an Method in TileEntityMeatPacker.java which I believe was either a copy/paste or I don't understand it's functionality. It seems that this will always return null, as Sewage cannot be put into the meat packer.

Starting Line 157: public ILiquidTank getTank(ForgeDirection direction, LiquidStack type) { if(type != null && type.itemID == LiquidDictionary.getCanonicalLiquid("sewage").itemID) { return _tank; } return null; }

skyboy commented 10 years ago

This repo contains 1.5.2 code and isn't maintained, go to https://github.com/skyboy/MineFactoryReloaded for the most recent sources.