-
-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Description
In fabric, AttackEntityCallback, AttackBlockCallback, UseBlockCallback, UseItemCallback, UseEntityCallback are invoked before client sends packet to server and the client is able to cancel the packet.
In forge, these events are invoked after the packet is sent, so client side only mod isn't able to cancel the event entirely: server side code is still executed, only client side code can be skipped.
Metadata
Metadata
Assignees
Labels
No labels