How to make a custom bucket

Started by Cesitrox on

Topic category: Help with modding (Java Edition)

Last seen on 01:26, 5. Jul 2023
Joined May 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to make a custom bucket

I've made an item which is supposed to fill when I right click on water but I don't know how to make a procedure for that.

Last seen on 15:09, 2. Sep 2021
Joined Feb 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Make it so that when you…
Thu, 10/22/2020 - 15:18

Make it so that when you right click with your custom item in your hand, get the block that was right clicked.  If the provided block is a water source block, remove the block and replace the item for the other item (filled bucket?).  You can play a sound if you wish.