#Tick speed and getting hands item
1 messages · Page 1 of 1 (latest)
1 messages · Page 1 of 1 (latest)
how fast do tick events go? ticks/1s?
how to detect items in the offhand/main hand slot?
For example detect shield in offhand
Tag for answer
tick events fire each tick
so 20t/sec
u can detect shield in offhand using testfor command with hasitem target selector argument
Ok