#Tick speed and getting hands item

1 messages · Page 1 of 1 (latest)

twin saddle
#

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

broken notch
#

tick events fire each tick

#

so 20t/sec

#

u can detect shield in offhand using testfor command with hasitem target selector argument

twin saddle
#

Hm

#

getItem?

#

Using component

broken notch
#

nope

#

runCommandAsync

twin saddle
#

Ok