Started by
Teyko
on
Topic category: Help with MCreator software
Hi ! i would like to detect when player click on my frog with an cage to put the frog on the cage but it's didn't work...
Topic category: Help with MCreator software
Hi ! i would like to detect when player click on my frog with an cage to put the frog on the cage but it's didn't work...
Why don't you go on your frog's triggers?
When the player clicks on the frog.
And in condition, check that the player has the cage in hand.
Then you despawn your frog and you place your cage with your frog.
you need to check if source entity has item not the frog
Hi Doo89, thanks for your response. Yep it's a very good idea, i go test it ;)