diff options
author | inglettronald <inglettronald@gmail.com> | 2023-06-10 21:38:38 -0500 |
---|---|---|
committer | inglettronald <inglettronald@gmail.com> | 2023-06-10 21:38:38 -0500 |
commit | f3f6da9f50edfbe9ed3be42fa16146210e60fbf3 (patch) | |
tree | 96c54aa7de1bd2d79d062ad0f787e46c88034a83 /src/main/resources | |
parent | 22508bb83e8d5846a7a68dd5346e8a2013e1c710 (diff) | |
download | DulkirMod-Fabric-f3f6da9f50edfbe9ed3be42fa16146210e60fbf3.tar.gz DulkirMod-Fabric-f3f6da9f50edfbe9ed3be42fa16146210e60fbf3.tar.bz2 DulkirMod-Fabric-f3f6da9f50edfbe9ed3be42fa16146210e60fbf3.zip |
yeah I'm not documenting this today
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/1.0 TODO.txt | 22 | ||||
-rw-r--r-- | src/main/resources/dulkirmod-fabric.mixins.json | 1 |
2 files changed, 23 insertions, 0 deletions
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 + +- <details> + <summary> + <h1> + + - 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 |