From 8ade4e173a03fcb3080025d11c6e51f5976f3ccc Mon Sep 17 00:00:00 2001 From: inglettronald Date: Sun, 11 Jun 2023 22:57:55 -0500 Subject: wip --- src/main/resources/1.0 TODO.txt | 2 +- src/main/resources/dulkirmod-fabric.mixins.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'src/main/resources') diff --git a/src/main/resources/1.0 TODO.txt b/src/main/resources/1.0 TODO.txt index d36d3fa..4fb9451 100644 --- a/src/main/resources/1.0 TODO.txt +++ b/src/main/resources/1.0 TODO.txt @@ -11,7 +11,7 @@ LIST OF EASY STUFF: - Secret Chime with a custom sound - Broken Hyp - Abiphone DND - - double hook noot noot + - double hook noot noota - JBR and hotswap plugin - Slot Binding (emulate keypress) --- APPROACH LAST diff --git a/src/main/resources/dulkirmod-fabric.mixins.json b/src/main/resources/dulkirmod-fabric.mixins.json index 2b28d67..ec83ba1 100644 --- a/src/main/resources/dulkirmod-fabric.mixins.json +++ b/src/main/resources/dulkirmod-fabric.mixins.json @@ -7,6 +7,7 @@ }, "client": [ "io.HandledScreenMixin", + "render.DrawContextMixin", "render.GameMenuScreenMixin", "render.GameRendererMixin", "render.KeyboardMixin", -- cgit