aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
authorAaron <51387595+AzureAaron@users.noreply.github.com>2024-03-02 15:16:27 -0500
committerAaron <51387595+AzureAaron@users.noreply.github.com>2024-04-26 16:23:20 -0400
commit4e2924407645b04c30d4a2823a1d9d0983c2c790 (patch)
treeee6d4ba29f50d3cdd76216fee0193dad07752627 /src/main/resources
parentcc00542e78fd87e0b554ab2a74d1cb193feabbb2 (diff)
downloadSkyblocker-4e2924407645b04c30d4a2823a1d9d0983c2c790.tar.gz
Skyblocker-4e2924407645b04c30d4a2823a1d9d0983c2c790.tar.bz2
Skyblocker-4e2924407645b04c30d4a2823a1d9d0983c2c790.zip
24w09a
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",