aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
authorGrayray75 <69988482+Grayray75@users.noreply.github.com>2023-09-28 16:03:00 +0200
committerGrayray75 <69988482+Grayray75@users.noreply.github.com>2023-09-28 16:03:00 +0200
commit0de355c3ccab5c66db9441d94d9eb84defb3fdb9 (patch)
treebe4e547e7680e3b18cb9a0f218cf24c17b7e132e /src/main/resources
parentdbdb0598086a4d31018294f87026da517ceb0ce2 (diff)
downloadSkyblocker-0de355c3ccab5c66db9441d94d9eb84defb3fdb9.tar.gz
Skyblocker-0de355c3ccab5c66db9441d94d9eb84defb3fdb9.tar.bz2
Skyblocker-0de355c3ccab5c66db9441d94d9eb84defb3fdb9.zip
Implement item cooldown display
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/skyblocker.mixins.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/main/resources/skyblocker.mixins.json b/src/main/resources/skyblocker.mixins.json
index a4fe92dd..cb8635e3 100644
--- a/src/main/resources/skyblocker.mixins.json
+++ b/src/main/resources/skyblocker.mixins.json
@@ -8,6 +8,7 @@
"ArmorTrimMixin",
"BatEntityMixin",
"ClientPlayerEntityMixin",
+ "ClientPlayerInteractionManagerMixin",
"ClientPlayNetworkHandlerMixin",
"DrawContextMixin",
"DyeableItemMixin",
@@ -27,15 +28,15 @@
"YggdrasilMinecraftSessionServiceMixin",
"YggdrasilServicesKeyInfoMixin",
"accessor.BeaconBlockEntityRendererInvoker",
+ "accessor.DrawContextInvoker",
"accessor.FrustumInvoker",
"accessor.HandledScreenAccessor",
"accessor.PlayerListHudAccessor",
"accessor.RecipeBookWidgetAccessor",
"accessor.ScreenAccessor",
- "accessor.WorldRendererAccessor",
- "accessor.DrawContextInvoker"
+ "accessor.WorldRendererAccessor"
],
"injectors": {
"defaultRequire": 1
}
-} \ No newline at end of file
+}