Sigils should only stack to 1
This commit is contained in:
parent
c5b0b61315
commit
64336f6f78
|
@ -17,6 +17,8 @@ public class ItemSigil extends Item implements IBindable, ISigil {
|
|||
super();
|
||||
|
||||
this.lpUsed = lpUsed;
|
||||
|
||||
setMaxStackSize(1);
|
||||
}
|
||||
|
||||
public boolean isUnusable(ItemStack stack) {
|
||||
|
|
Loading…
Reference in a new issue