Why Can't I make a Fish Bucket?

Started by Artistmonster24 on

Topic category: General discussion

Last seen on 21:34, 5. Sep 2021
Joined Jun 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Why Can't I make a Fish Bucket?

So... I want to make hermit crabs for my mod, and I also wanted to make a type of bucket for them, so I did. However, Even though I made a procedure that would seem to work*, it doesn't. I would like help plz. Thanks!

*The procedure was I made It check that the player, the source entity, had a water bucket and if the target entity, the crab, was being right clicked. Then, if true, It would despawn the crab and replace your water bucket with a bucket of hermit crab.

Last seen on 17:49, 25. Mar 2021
Joined Jun 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Try binding it to "on entity…
Wed, 07/22/2020 - 14:24

Try binding it to "on entity right-clicked" procedure of the crab rather than a global trigger. If it still doesn't work, add a condition that checks if the provided world is NOT client (you can find it in the world data tab)

Last seen on 21:34, 5. Sep 2021
Joined Jun 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thank you so much! You have…
Wed, 07/22/2020 - 15:08

Thank you so much! You have NO idea how long I've been struggling with this!