(ItemStack aStack)
| 2370 | return UT.Code.bindInt(UT.Code.divup(rXP, 2)); |
| 2371 | } |
| 2372 | public static ItemStack removeEnchantments(ItemStack aStack) { |
| 2373 | removeEnchantments(getOrCreate(aStack)); |
| 2374 | return check(aStack); |
| 2375 | } |
| 2376 | public static void removeEnchantments(NBTTagCompound aNBT) { |
| 2377 | aNBT.removeTag("ench"); |
| 2378 | } |
no test coverage detected