CompatSkills

CompatSkills

8M Downloads

Compat support for Techguns

Flytre opened this issue ยท 3 comments

commented

When using Techguns, the weapons fire with left-click, meaning requirements to use weapons from the mod don't have to be met. Could you possibly fix this? #

commented

I believe all this would require is a generic left click check for items similar to the right click one instead of only when left clicking a block. Given I thought this was already a thing I will add it to Reskillable the next time I am editing the code.

commented

Okay, thanks!

commented

This is actually harder to do than I originally thought as the event is only client side and it is not cancellable. I will still try to fix it at some point it probably will just take a while until I figure out a good way of doing this and I will probably have to talk with the Techguns devs to see how they implement it and see if there is anyway of being able to cancel it.