Ladysnake / Impaled

Trident update mod.
14 stars 18 forks source link

Refactor base trident implementation using mixin hooks #7

Closed Pyrofab closed 2 years ago

Pyrofab commented 3 years ago

The current ImpaledTridentImplementation overrides TridentItem#onStoppedUsing with a near exact copy, making it incompatible with mods that inject into TridentItem to change its behaviour. This PR refactors Impaled tridents to use precise mixins to the TridentItem instead, improving mod compatibility.