Cancelled milking cow, give a ghost milk bucket
AriesStar1337 opened this issue ยท 2 comments
Minecraft Version
1.19.2
KubeJS Version
1902.6.0-build.142
Rhino Version
1902.2.2-build.264
Architectury Version
6.5.69
Forge/Fabric Version
Forge 43.2.0
Describe your issue
Right click a cow with a bucket cause a milking sound effect and a ghost milk bucket
Code:
ItemEvents.entityInteracted((event) => {
event.cancel()
})
Crash report/logs
No response
Are you canceling it on the client as well? If something is canceled on the server but not on the client it can cause a desync in certain situations.