Making ONLY a splash potion

Started by goldfishlolxd on

Topic category: Help with modding (Java Edition)

Last seen on 11:45, 17. Feb 2023
Joined Jan 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Making ONLY a splash potion

I am trying to make a potion item, Sulfuric Acid. Now, I don't want there to be anything except the splash potion, which I'm calling "Vial of Sulfuric Acid," but I don't see any way to disable the other elements which come from the potion. I tried editing the code, but got no luck. Can anyone help me?

Last seen on 23:31, 25. Apr 2024
Joined Jan 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Yes you would probably have…
Wed, 01/11/2023 - 17:53

Yes you would probably have to edit the code to accomplish this, but you could make a custom ranged item that spawns a potion cloud on the ground and emit the desired effect to all close by entities to kinda "fake" a splash potion.

Last seen on 02:00, 20. Feb 2023
Joined Oct 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Add a procedure with the…
Fri, 01/20/2023 - 03:44

Add a procedure with the additional trigger "On loaded entity tick update" that removes the unwanted item from a players inventory.