Skip to content

Commit

Permalink
Update to 25w05a
Browse files Browse the repository at this point in the history
Alexander01998 committed Jan 30, 2025
1 parent da3bb4a commit 327b06a
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@
public abstract class RenderTickCounterDynamicMixin
{
@Shadow
public float lastFrameDuration;
public float dynamicDeltaTicks;

@Inject(at = @At(value = "FIELD",
target = "Lnet/minecraft/client/render/RenderTickCounter$Dynamic;lastTimeMillis:J",
@@ -30,7 +30,7 @@ public abstract class RenderTickCounterDynamicMixin
public void onBeginRenderTick(long timeMillis,
CallbackInfoReturnable<Integer> cir)
{
lastFrameDuration *=
dynamicDeltaTicks *=
WurstClient.INSTANCE.getHax().timerHack.getTimerSpeed();
}
}
4 changes: 2 additions & 2 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
@@ -27,8 +27,8 @@
"accessWidener": "wurst.accesswidener",
"depends": {
"fabricloader": ">=0.16.10",
"fabric-api": ">=0.115.1",
"minecraft": "~1.21.5-alpha.25.4.a",
"fabric-api": ">=0.115.2",
"minecraft": "~1.21.5-alpha.25.5.a",
"java": ">=21"
},
"suggests": {
4 changes: 2 additions & 2 deletions src/main/resources/wurst.accesswidener
Original file line number Diff line number Diff line change
@@ -15,8 +15,8 @@ accessible field net/minecraft/client/gui/screen/option/ControlsListWidget$KeyBi
accessible field net/minecraft/client/gui/widget/CyclingButtonWidget optionText Lnet/minecraft/text/Text;
accessible field net/minecraft/client/network/ClientPlayNetworkHandler messagePacker Lnet/minecraft/network/message/MessageChain$Packer;
accessible field net/minecraft/client/network/ClientPlayNetworkHandler session Lnet/minecraft/network/encryption/ClientPlayerSession;
accessible field net/minecraft/client/network/ClientPlayerEntity lastPitch F
accessible field net/minecraft/client/network/ClientPlayerEntity lastYaw F
accessible field net/minecraft/client/network/ClientPlayerEntity lastPitchClient F
accessible field net/minecraft/client/network/ClientPlayerEntity lastYawClient F
accessible field net/minecraft/client/network/ClientPlayerInteractionManager blockBreakingCooldown I
accessible field net/minecraft/client/network/ClientPlayerInteractionManager breakingBlock Z
accessible field net/minecraft/client/network/ClientPlayerInteractionManager currentBreakingProgress F

0 comments on commit 327b06a

Please sign in to comment.