Started by
dragenavek
on
Topic category: Help with Minecraft modding (Java Edition)
Is there a way how to detect if player fall and then get hit?
if(playerFall)
{
if(playerHurt)
{
command;
}
}
Topic category: Help with Minecraft modding (Java Edition)
Is there a way how to detect if player fall and then get hit?
if(playerFall)
{
if(playerHurt)
{
command;
}
}