Skip to content

Commit

Permalink
Fix compat with better-when-running
Browse files Browse the repository at this point in the history
  • Loading branch information
Bigjango13 committed Dec 1, 2024
1 parent aea2feb commit c6e51e4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/java/mizurin/shieldmod/mixins/ShieldMixin.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@


// mixin to EntityPlayer, do not remap(forgot what remap does)
@Mixin(value = EntityPlayer.class, remap = false)

@Mixin(value = EntityPlayer.class, remap = false, priority = 1200)
// extend Entity so we get access to entity methods and fields.
// abstract so we don't have to implement interfaces, constructor is not used but required.
public abstract class ShieldMixin extends EntityLiving implements ParryInterface{
Expand Down

0 comments on commit c6e51e4

Please sign in to comment.