diff options
author | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2023-09-22 12:20:51 -0400 |
---|---|---|
committer | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2023-09-22 12:22:43 -0400 |
commit | fade512e18f73f488648ef697d90772faf014ca9 (patch) | |
tree | 2f7c381180e446940e53cef57eb6ba8b63044fd1 /src/main/resources | |
parent | 81a61fe9b06d9c4dff7318fb45515a06d7d2d08a (diff) | |
download | Skyblocker-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.json | 5 | ||||
-rw-r--r-- | src/main/resources/skyblocker.accesswidener | 3 | ||||
-rw-r--r-- | src/main/resources/skyblocker.mixins.json | 1 |
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", |