Skip to content

Commit

Permalink
Guarantee last stand mixin applies later
Browse files Browse the repository at this point in the history
  • Loading branch information
jchung01 committed Aug 12, 2024
1 parent 9c1471d commit 1d4e9af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import org.spongepowered.asm.mixin.injection.callback.CallbackInfo;

// Courtesy of jchung01
@Mixin(value = LastStandEnchantmentsHandler.class, remap = false)
@Mixin(value = LastStandEnchantmentsHandler.class, remap = false, priority = 1010)
public abstract class UTLastStandEnchantmentsHandlerMixin
{
@Shadow
Expand Down

0 comments on commit 1d4e9af

Please sign in to comment.