aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
authoringlettronald <inglettronald@gmail.com>2023-07-17 03:05:11 -0500
committeringlettronald <inglettronald@gmail.com>2023-07-17 03:05:11 -0500
commit1a8e45d8519a8ae69e14db8ea103a7fdf7b80923 (patch)
tree5568ffc7575c4da682a9526199ea535be57ae637 /src/main/resources
parent2003a3d2be24ae3faed0e45a8c6cc5e0b8343cc3 (diff)
downloadDulkirMod-Fabric-1a8e45d8519a8ae69e14db8ea103a7fdf7b80923.tar.gz
DulkirMod-Fabric-1a8e45d8519a8ae69e14db8ea103a7fdf7b80923.tar.bz2
DulkirMod-Fabric-1a8e45d8519a8ae69e14db8ea103a7fdf7b80923.zip
wip
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/1.0 TODO.txt2
-rw-r--r--src/main/resources/dulkirmod-fabric.mixins.json7
2 files changed, 5 insertions, 4 deletions
diff --git a/src/main/resources/1.0 TODO.txt b/src/main/resources/1.0 TODO.txt
index 2100b33..8cd0f06 100644
--- a/src/main/resources/1.0 TODO.txt
+++ b/src/main/resources/1.0 TODO.txt
@@ -4,10 +4,8 @@ Hype Broken
Arachne Timer
Keeper Waypoints
Item Ability Cooldown displays
-Starred Mob glow
Trim Useless Messages
Tablist Utility
-Hide Scoreboard Numbers
Later:
Speed Display
diff --git a/src/main/resources/dulkirmod-fabric.mixins.json b/src/main/resources/dulkirmod-fabric.mixins.json
index bdf1721..110d9b4 100644
--- a/src/main/resources/dulkirmod-fabric.mixins.json
+++ b/src/main/resources/dulkirmod-fabric.mixins.json
@@ -19,9 +19,12 @@
"render.MinecraftClientMixin",
"render.ParticleManagerMixin",
"render.PerspectiveMixin",
- "render.ScreenMixin"
+ "render.ScreenMixin",
+ "render.WorldRendererMixin"
],
"mixins": [
- "ItemStackMixin"
+ "ItemMixin",
+ "ItemStackMixin",
+ "render.LivingEntityMixin"
]
} \ No newline at end of file