aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/fabric.mod.json3
-rw-r--r--src/main/resources/skyblocker.mixins.json10
2 files changed, 8 insertions, 5 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json
index 5b383fe7..71d9763e 100644
--- a/src/main/resources/fabric.mod.json
+++ b/src/main/resources/fabric.mod.json
@@ -18,6 +18,9 @@
"client": [
"me.xmrvizzy.skyblocker.SkyblockerMod"
],
+ "preLaunch": [
+ "dev.cbyrne.betterinject.BetterInject::initialize"
+ ],
"modmenu": [
"me.xmrvizzy.skyblocker.config.modmenu.ModMenuEntry"
],
diff --git a/src/main/resources/skyblocker.mixins.json b/src/main/resources/skyblocker.mixins.json
index 656f9d32..360a966a 100644
--- a/src/main/resources/skyblocker.mixins.json
+++ b/src/main/resources/skyblocker.mixins.json
@@ -3,25 +3,25 @@
"package": "me.xmrvizzy.skyblocker.mixin",
"compatibilityLevel": "JAVA_17",
"client": [
- "AccessorWorldRenderer",
"ClientPlayerEntityMixin",
"ClientPlayNetworkHandlerMixin",
"DrawContextMixin",
"FarmlandBlockMixin",
"GenericContainerScreenHandlerMixin",
- "HandledScreenAccessor",
"HandledScreenMixin",
"InGameHudMixin",
"InventoryScreenMixin",
"LeverBlockMixin",
"MinecraftClientMixin",
- "PlayerListHudAccessor",
"PlayerListHudMixin",
"PlayerSkinProviderMixin",
- "RecipeBookWidgetAccessor",
"ScoreboardMixin",
"accessor.BeaconBlockEntityRendererInvoker",
- "accessor.FrustumInvoker"
+ "accessor.FrustumInvoker",
+ "accessor.HandledScreenAccessor",
+ "accessor.PlayerListHudAccessor",
+ "accessor.RecipeBookWidgetAccessor",
+ "accessor.WorldRendererAccessor"
],
"injectors": {
"defaultRequire": 1