Commit e151eddf by Jonathan Thomas

Experimental support for MixinPlayerCustomTexture on version 1.20 to 1.20.2

parent 481f5a25
Pipeline #13259 passed with stages
in 2 minutes 5 seconds
...@@ -9,10 +9,10 @@ ...@@ -9,10 +9,10 @@
], ],
"env": { "env": {
"client.MixinPlayerCustomTexture": { "client.MixinPlayerCustomTexture": {
"minVersion": "1.20.2" "minVersion": "1.20"
}, },
"client.MixinPlayerSkinTexture1202Plus": { "client.MixinPlayerSkinTexture1202Plus": {
"minVersion": "1.20.2" "minVersion": "1.20"
} }
}, },
"injectors": { "injectors": {
......
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
"accessWidener": "creaturechat.accesswidener", "accessWidener": "creaturechat.accesswidener",
"depends": { "depends": {
"fabricloader": ">=0.14.22", "fabricloader": ">=0.14.22",
"minecraft": "~1.20.2", "minecraft": "~1.20",
"java": ">=17", "java": ">=17",
"fabric-api": "*" "fabric-api": "*"
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment