Clicking on a placard does not call FabricAPI event
ChristopherHaws opened this issue ยท 2 comments
Describe the Bug
When I click on a placard, it does not fire a UseBlockCallback
or UseEntityCallback
event.
Reproduction Steps
- Create an event handler for both
UseBlockCallback
andUseEntityCallback
and put a breakpoint in it - Place a placard and click (use) it
- Notice that neither of the fabric api callbacks get called
...
Expected Result
Depending on the block type, it should call either UseBlockCallback
or UseEntityCallback
Screenshots and Videos
No response
Crash Report or Log
No response
Operating System
Windows 11
Mod Version
0.5.0g
Minecraft Version
1.19.2
Other Mods
No response
Additional Context
No response
working perfectly fine for me. Set up a handler that prints the ID of the clicked block and it's working. Can I see your event handler?