Started by
nilek20
on
Topic category: Help with Minecraft modding (Java Edition)
i am trying to make a procedure that checks for if a player is sneaking on top of a block for a set amount of time. once the player has been sneaking at this location for the time only then will the procedure output. i will add that this procedure will be attached to the block in question through whatever trigger is needed.
you can make a procedure on trigger Player steps on block
If event target entity is sneaking
and then use Number NBT Tags for the time