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.json6
-rw-r--r--src/main/resources/skyblocker.mixins.json5
2 files changed, 5 insertions, 6 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json
index 451cd684..e5ed5db4 100644
--- a/src/main/resources/fabric.mod.json
+++ b/src/main/resources/fabric.mod.json
@@ -34,9 +34,9 @@
"accessWidener": "skyblocker.accesswidener",
"depends": {
"fabricloader": ">=0.15.7",
- "fabric-api": ">=0.96.2+1.20.5",
- "yet_another_config_lib_v3": ">=3.3.2+1.20.4",
- "minecraft": "~1.20.5-alpha.24.7.a"
+ "fabric-api": ">=0.96.5+1.20.5",
+ "yet_another_config_lib_v3": ">=3.3.3+1.20.4+update.1.20.5-SNAPSHOT+update.1.20.5-SNAPSHOT",
+ "minecraft": "~1.20.5-alpha.24.9.a"
},
"conflicts": {
"immediatelyfast": "<=1.2.11+1.20.4"
diff --git a/src/main/resources/skyblocker.mixins.json b/src/main/resources/skyblocker.mixins.json
index 07168300..8a2205d4 100644
--- a/src/main/resources/skyblocker.mixins.json
+++ b/src/main/resources/skyblocker.mixins.json
@@ -5,14 +5,14 @@
"compatibilityLevel": "JAVA_17",
"client": [
"AbstractInventoryScreenMixin",
- "ArmorTrimMixin",
"BatEntityMixin",
"ClientPlayerEntityMixin",
"ClientPlayNetworkHandlerMixin",
"CommandTreeS2CPacketMixin",
+ "ComponentHolderMixin",
"DataTrackerMixin",
"DrawContextMixin",
- "DyeableItemMixin",
+ "DyedColorComponentMixin",
"EntityRenderDispatcherMixin",
"FarmlandBlockMixin",
"GenericContainerScreenHandlerMixin",
@@ -43,7 +43,6 @@
"accessor.EndermanEntityAccessor",
"accessor.FrustumInvoker",
"accessor.HandledScreenAccessor",
- "accessor.ItemStackAccessor",
"accessor.LayeredDrawerAccessor",
"accessor.MessageHandlerAccessor",
"accessor.PlayerListHudAccessor",