aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
authorAaron <51387595+AzureAaron@users.noreply.github.com>2023-09-22 12:20:51 -0400
committerAaron <51387595+AzureAaron@users.noreply.github.com>2023-09-22 12:22:43 -0400
commitfade512e18f73f488648ef697d90772faf014ca9 (patch)
tree2f7c381180e446940e53cef57eb6ba8b63044fd1 /src/main/resources
parent81a61fe9b06d9c4dff7318fb45515a06d7d2d08a (diff)
downloadSkyblocker-fade512e18f73f488648ef697d90772faf014ca9.tar.gz
Skyblocker-fade512e18f73f488648ef697d90772faf014ca9.tar.bz2
Skyblocker-fade512e18f73f488648ef697d90772faf014ca9.zip
1.20.2 + Related Patches
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/fabric.mod.json5
-rw-r--r--src/main/resources/skyblocker.accesswidener3
-rw-r--r--src/main/resources/skyblocker.mixins.json1
3 files changed, 7 insertions, 2 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json
index ba86509d..888e3374 100644
--- a/src/main/resources/fabric.mod.json
+++ b/src/main/resources/fabric.mod.json
@@ -34,11 +34,12 @@
"mixins": [
"skyblocker.mixins.json"
],
+ "accesswidener": "skyblocker.accesswidener",
"depends": {
"fabricloader": ">=0.14.22",
- "fabric-api": ">=0.88.5+1.20.2",
+ "fabric-api": ">=0.89.1+1.20.2",
"cloth-config2": "*",
- "minecraft": "~1.20"
+ "minecraft": "~1.20.2"
},
"conflicts": {
"immediatelyfast": "<=1.1.26+1.20.1"
diff --git a/src/main/resources/skyblocker.accesswidener b/src/main/resources/skyblocker.accesswidener
new file mode 100644
index 00000000..7cf4250e
--- /dev/null
+++ b/src/main/resources/skyblocker.accesswidener
@@ -0,0 +1,3 @@
+accessWidener v2 named
+
+accessible class net/minecraft/client/texture/PlayerSkinProvider$Textures \ No newline at end of file
diff --git a/src/main/resources/skyblocker.mixins.json b/src/main/resources/skyblocker.mixins.json
index 537f07d3..a4fe92dd 100644
--- a/src/main/resources/skyblocker.mixins.json
+++ b/src/main/resources/skyblocker.mixins.json
@@ -24,6 +24,7 @@
"ScoreboardMixin",
"SocialInteractionsPlayerListWidgetMixin",
"WorldRendererMixin",
+ "YggdrasilMinecraftSessionServiceMixin",
"YggdrasilServicesKeyInfoMixin",
"accessor.BeaconBlockEntityRendererInvoker",
"accessor.FrustumInvoker",