Started by
blackcatplus
on
Topic category: Help with Minecraft modding (Java Edition)
How do I check whether a player is riding a specific entity? if you cant do that directly, is there some roundabout way to check it?
Topic category: Help with Minecraft modding (Java Edition)
How do I check whether a player is riding a specific entity? if you cant do that directly, is there some roundabout way to check it?
if [[Get entity (entity) is riding] is the same entity as (entity)]
do xy (do this in a procedure, but i think you k that)
Thank you, this worked