#detect special tags for fish in buckets?

1 messages · Page 1 of 1 (latest)

molten raptorBOT
#

<@&1201956957406109788>

Someone will come and help soon!

💬 While you wait, take this time to provide more context and details.

🙇 If nobody has answered you by <t:1739624753:t>, feel free to use the Summon Helpers button to ping our helper team.

✅ Once your question has been resolved (or you no longer need it), please click Resolve Question or run /resolve

neat vault
#

Use an advancement with the trigger "player_interacted_with_entity"

#

And fill the rest as you wish

#

If you still need help after that you can ask again

#

In here of course

#

Don't worry, anyone can forget some things like that

#

Just gotta revise

#

Your role is just a way to determine how much info you need

#

At least that's how I think of it 🤷‍♂️

#

You should

#

I honestly don't know if this works but it isn't what I meant

#
{
    "criteria": {
        "interact": {
            "trigger": "player_interacted_with_entity",
            "conditions": {
                "entity": 
                
            }
        }
    }
}``` This one is what I was referring to
#

Yep

#

You can specify the entity to whatever you like, and for the player, he should be holding a water bucket

#

Do you have spyglass extension?

#
{
    "criteria": {
        "interact": {
            "trigger": "player_interacted_with_entity",
            "conditions": {
                "entity": {
                    "nbt": "{}"
                },
                "item": {
                    "items": [
                        "water_bucket"
                    ]
                }
                
            }
        }
    }
}``` You can explore more, As it is better if you learn alone
#

Well you could use it

#

But try to understand it's contents so you don't need it in the future

#

Yeah find the right path though

molten raptorBOT
#
Closed for inactivity

This question has been inactive for some time, so it's going to be closed for inactivity. If you still need it, please disregard this message.

molten raptorBOT
#
Closed for inactivity

This question has been inactive for some time, so it's going to be closed for inactivity. If you still need it, please disregard this message.

molten raptorBOT
#
Closed for inactivity

This question has been inactive for some time, so it's going to be closed for inactivity. If you still need it, please disregard this message.