Closed Orinion closed 7 years ago
With 1.9 adding the ability to carry items in offhand, would it be nice if disarm also drop held items in offhand aswell?
Fixed #117
Yeah, maybe when combined with a power modifier
Just wondering, in line 54 and 55:
if (target instanceof EntityPlayer && ((EntityPlayer)target).getActiveItemStack() != null && !target.worldObj.isRemote){
if (EnchantmentHelper.getEnchantmentLevel(AMEnchantments.soulbound, ((EntityPlayer)target).getActiveItemStack()) > 0)
return true;
((EntityPlayer)target).dropItem(true);
return true;
}
getActiveItemStack is still used with soulbound check, and if it were to be true that this method is deprecated, then wouldn't this also cease to work?
Fixed Randomteleport doing nothing.#91 However, the randomLocation is still likely to be in the ground, resulting in not teleporting. Also Fixed #58 You might want to increase the PickupDelay.