Remove damage from poss ball entirely
This commit is contained in:
parent
057f78df8c
commit
fef70df3cb
3 changed files with 4 additions and 3 deletions
|
@ -28,7 +28,7 @@ public class PossBallItem extends Item
|
|||
|
||||
@Override
|
||||
public boolean isDamageable(ItemStack stack) {
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Reference in a new issue