Merge pull request #1784 from KingLemming/1.7.10-fluid

Change to FluidContainerRegistry
This commit is contained in:
KingLemming 2015-04-09 17:45:09 -04:00
commit 806b4a3bdf

View file

@ -51,7 +51,7 @@ public abstract class FluidContainerRegistry
code = 31*code + container.getItem().hashCode();
code = 31*code + container.getItemDamage();
if (stack != null)
code = 31*code + stack.hashCode();
code = 31*code + stack.getFluidID();
return code;
}
@Override