andersblomqvist / enhanced-mob-spawners

Mod for Minecraft (Fabric). Adding new features to the Spawner
https://www.curseforge.com/minecraft/mc-mods/enhanced-mob-spawners
Creative Commons Zero v1.0 Universal
9 stars 14 forks source link

Conflict when using Carrier mod #63

Closed AzuzoraDev closed 1 year ago

AzuzoraDev commented 1 year ago

(Fabric) When using this mod with the Carrier mod, results in interference to carrying the spawner block.

Mod Page: https://www.curseforge.com/minecraft/mc-mods/carrier Github page: https://github.com/GabrielOlvH/Carrier

When using Carrier mod, Enhanced Mob Spawners prevents the block from being picked up with their keybind + interact. Likely a conflict with a block interact event.

Starting here may be the cause of this issue. https://github.com/andersblomqvist/enhanced-mob-spawners/blob/1fa2e1966946687f9fa2aee7ed90fe08c2b768ed/src/main/java/com/branders/spawnermod/event/EventHandler.java#L83