Implement Consumption Mending
This commit is contained in:
parent
40a3ae346e
commit
600b3c686a
7 changed files with 220 additions and 33 deletions
|
@ -85,6 +85,7 @@ public class ThrownPossBall extends ThrowableItemProjectile
|
|||
le.save(tag);
|
||||
|
||||
getItem().getTag().put("entity", tag);
|
||||
getItem().setCount(1);
|
||||
captured=true;
|
||||
|
||||
LoreContainer cont = new LoreContainer(getItem());
|
||||
|
|
Reference in a new issue