AE2 network tool bypasses chunk protection from ftbutilities
wormzjl opened this issue ยท 5 comments
not if the tool bypasses to fire an event, i can remember this has been an issue in the past for cauldron and other spigot-forge mashups, i can not remember if this has been dealt with and how
The problem is that the network tool uses onItemUseFirst to interact with blocks and that method does not fire the PlayerInteractEvent which means not even a Forge mod can block the interaction.