commit
7e9dfb1a11
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue