Sensor kit should not stack
This commit is contained in:
parent
55aa306e67
commit
2bf2ecc35e
1 changed files with 1 additions and 0 deletions
|
@ -563,6 +563,7 @@ public abstract class GT_MetaBase_Item extends GT_Generic_Item implements ISpeci
|
|||
if (tStats != null && (tStats[3] == -1 || tStats[3] == -2 || tStats[3] == -3) && getRealCharge(aStack) > 0) return 1;
|
||||
tStats = getFluidContainerStats(aStack);
|
||||
if (tStats != null) return (int) (long) tStats[1];
|
||||
if(getDamage(aStack)==32763)return 1;
|
||||
return 64;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue