Started by
Artistmonster24
on
Topic category: General discussion
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.
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)
Thank you so much! You have NO idea how long I've been struggling with this!