Skip to content

Commit

Permalink
Merge pull request #16 from Keriils/fix-bug
Browse files Browse the repository at this point in the history
Update AccelerateTileEntity_Mixin.java
  • Loading branch information
Keriils committed Sep 3, 2024
2 parents 81d57aa + 548ac39 commit db62805
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public abstract class AccelerateTileEntity_Mixin implements ITileEntityTickAccel
@Shadow
private long lastUpdate;

@Shadow
@Shadow(remap = true)
public abstract void updateEntity();

@Unique
Expand Down

0 comments on commit db62805

Please sign in to comment.