port to 1.21.4, RECORDS LIST IS BROKEN

This commit is contained in:
MeexReay 2025-06-15 20:36:55 +03:00
parent f082788406
commit c65e906500
4 changed files with 13 additions and 13 deletions

View file

@ -10,7 +10,7 @@ import ru.themixray.repeating_mod.Main;
@Mixin(KeyboardInput.class)
public abstract class InputMixin {
@Inject(at = @At(value = "TAIL"), method = "tick")
private void onTickTail(boolean slowDown, float f, CallbackInfo ci) {
private void onTickTail(CallbackInfo ci) {
if (Main.me.is_replaying) {
if (Main.input_replay != null) {
Main.input_replay.inputCallback();