From f3f6da9f50edfbe9ed3be42fa16146210e60fbf3 Mon Sep 17 00:00:00 2001 From: inglettronald Date: Sat, 10 Jun 2023 21:38:38 -0500 Subject: yeah I'm not documenting this today --- src/main/resources/1.0 TODO.txt | 22 ++++++++++++++++++++++ src/main/resources/dulkirmod-fabric.mixins.json | 1 + 2 files changed, 23 insertions(+) create mode 100644 src/main/resources/1.0 TODO.txt (limited to 'src/main/resources') diff --git a/src/main/resources/1.0 TODO.txt b/src/main/resources/1.0 TODO.txt new file mode 100644 index 0000000..68d3262 --- /dev/null +++ b/src/main/resources/1.0 TODO.txt @@ -0,0 +1,22 @@ +1.0 TODO: + + - Patcher Inventory scaling + - Tooltip Scaling + - Old animation/custom animation ? + - Reparty Command + - HUD ELEMENTS CODE + +LIST OF EASY STUFF: + - Block outlines? + - Secret Chime with a custom sound + - Broken Hyp + - Abiphone DND + - double hook noot noot + +-
+ +

+ + - JBR and hotswap plugin + - Slot Binding (emulate keypress) --- APPROACH LAST + - Custom Enchant Colors --- APPROACH LAST \ No newline at end of file diff --git a/src/main/resources/dulkirmod-fabric.mixins.json b/src/main/resources/dulkirmod-fabric.mixins.json index 808b58f..2b28d67 100644 --- a/src/main/resources/dulkirmod-fabric.mixins.json +++ b/src/main/resources/dulkirmod-fabric.mixins.json @@ -10,6 +10,7 @@ "render.GameMenuScreenMixin", "render.GameRendererMixin", "render.KeyboardMixin", + "render.PerspectiveMixin", "render.ScreenMixin" ] } \ No newline at end of file -- cgit