ghast / HitDelayFixMod

Fix the hit delay in minecraft 1.8 pvp
https://ghast.io/hitdelayfixmod
MIT License
22 stars 7 forks source link

Update to Mixin 0.7.11 and update Gradle script #7

Closed Wyvest closed 3 months ago

Wyvest commented 3 months ago

The old version of HitDelayFix used Mixin 0.6, which breaks mods that use 0.7.11 or higher (which is nowadays most of them) In addition, FG is now no longer used as it hasn't been updated in a very long time.

I switched the buildscript with this template, but everything else stays the same. If needed, I can provide build artifacts as well.

Fixes #1 and #6