Add check for valid special wand upgrades, fixes #48

This commit is contained in:
Electroblob
2018-06-05 11:12:03 +01:00
parent dd07d08ff0
commit 669cd2892d
@@ -331,7 +331,7 @@ public class ContainerArcaneWorkbench extends Container {
// This needs to happen so the charging works on the new wand, not the old one.
wand = this.getSlot(WAND_SLOT).getStack();
}else{
}else if(WandHelper.isWandUpgrade(upgrade.getItem())){
// Special upgrades