port to 1.21.4, RECORDS LIST IS BROKEN
This commit is contained in:
parent
f082788406
commit
c65e906500
4 changed files with 13 additions and 13 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue