#How can I do a behavior like containers

1 messages · Page 1 of 1 (latest)

vague lark
#

It's hard to say anything without seeing the code, did you use minecraft:interact?

naive inlet
naive inlet
#

the idea is to do so the client sends interact packets but not item use events,
So keep UseItemTransactionData::ACTION_CLICK_BLOCK packets, but not UseItemTransactionData::ACTION_CLICK_AIR

#

Interactable block, guess it's the name