Skip to content

Commit

Permalink
Fix mixin frame computation error
Browse files Browse the repository at this point in the history
  • Loading branch information
Su5eD committed Feb 17, 2024
1 parent 8c1a291 commit 5b22b01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import org.spongepowered.asm.mixin.injection.Redirect;
import org.spongepowered.asm.mixin.injection.callback.CallbackInfo;

@Mixin(value = Minecraft.class, priority = 100)
@Mixin(value = Minecraft.class, priority = 2000)
public class MinecraftMixin {
@Final
@Shadow
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ fabric.loom.multiProjectOptimisation=true
# Versions
versionMc=1.20.1
versionForge=47.1.3
versionConnectorExtras=1.9.2
versionConnectorExtras=1.9.3
versionYarn=1.20.1+build.1

# Publishing
Expand Down

0 comments on commit 5b22b01

Please sign in to comment.