CamperSamu / ItemCommander

A simple Serverside Fabric mod that allows you to assign commands to Item(Stacks)
Creative Commons Zero v1.0 Universal
3 stars 0 forks source link

[meta] Command fires twice when using onBlockInteraction #10

Open dragonmaus opened 2 years ago

dragonmaus commented 2 years ago

This is regarding the commented out section of code here: https://github.com/CamperSamu/ItemCommander/blob/7bd918840ff75cb0d5dd326ddd083150141f8351/src/main/java/com/campersamu/itemcommander/mixin/ItemInteractMixin.java#L34

Apparently the WorldEdit folks are having the same problem, as seen in https://github.com/EngineHub/WorldEdit/issues/1439 and related issues.