How do i make my thrown item dissapear from inventoru on use

Started by nilek20 on

Topic category: Help with Minecraft modding (Java Edition)

Joined Aug 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How do i make my thrown item dissapear from inventoru on use

I have Created an item using this tutorial ( https://mcreator.net/forum/35227/how-make-throwable-item-tutorial ) but i want the item to be removed from the hotbar and then apear or the ground where the projectile impacts but i cant figure out how. i would appreciate it if someone could tell me below.

Joined Jun 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
To make the item removeā€¦
Sat, 08/29/2020 - 06:34

To make the item remove itself when shot, just make it consume itself as ammo.

I don't know how to make you retrieve it when found on the ground though