ZekerZhayard

Results 50 comments of ZekerZhayard

最近一直在鸽,有时间会更新 以及 Forge 自 [1.16.1-32.0.72](https://github.com/MinecraftForge/MinecraftForge/commit/9e8c4c3a5828c92a35c2b02f80533da2313795f3) 起开始自带 Mixin 了

ModLauncher 下使用 Mixin 先参考一下这两篇内容吧: https://www.mcbbs.net/thread-953623-1-1.html https://v2mcdev.com/t/topic/404

> 咕咕咕,咕咕,咕咕咕咕咕? 鸽了,我在道家深湖的群里有发过半成品

新版教程早就写得差不多了,但是鸽了; 因为我又发现了一堆错误,但是我懒癌犯了

目前这一版教程错误满天飞,我建议你还是从头研读 Mixin 的英文文档

对,大意了

Maybe duplicate with https://github.com/xfl03/MCCustomSkinLoader/issues/121 See https://github.com/xfl03/MCCustomSkinLoader/issues/121#issuecomment-702150280

@KaguraXun CustomSkinLoader 目前仅是客户端模组,无需装进服务端

@xingxing2008 现在已经存在服务端插件/ Mod : - Spigot: [SkinRestorer](https://www.spigotmc.org/resources/skinsrestorer.2124/) - Fabric: [FabricTailor](https://www.curseforge.com/minecraft/mc-mods/fabrictailor) 以及客户端和服务端都需要使用的 [Authlib-Injector](https://github.com/yushijinhun/authlib-injector)

~~如果现在的用不了,你可以自己修改对应混淆表自己编译:~~ [Fabric/Fabric.tsrg](https://github.com/xfl03/MCCustomSkinLoader/blob/5ebee1f1e099217628a039c0ebbc26a7f4445519/Fabric/Fabric.tsrg) [Vanilla/1.8.9/1.8.9.tsrg](https://github.com/xfl03/MCCustomSkinLoader/blob/5ebee1f1e099217628a039c0ebbc26a7f4445519/Vanilla/1.8.9/1.8.9.tsrg) [Fabric/mixin.srg](https://github.com/xfl03/MCCustomSkinLoader/blob/5ebee1f1e099217628a039c0ebbc26a7f4445519/Fabric/mixin.srg) [Vanilla/1.8.9/mixin.srg](https://github.com/xfl03/MCCustomSkinLoader/blob/5ebee1f1e099217628a039c0ebbc26a7f4445519/Vanilla/1.8.9/mixin.srg) ~~顺便再改一下 Mixin 配置文件:~~ [Fabric/resource/mixins.customskinloader.json](https://github.com/xfl03/MCCustomSkinLoader/blob/5ebee1f1e099217628a039c0ebbc26a7f4445519/Fabric/resource/mixins.customskinloader.json) [Vanilla/1.8.9/resource/mixins.customskinloader.json](https://github.com/xfl03/MCCustomSkinLoader/blob/5ebee1f1e099217628a039c0ebbc26a7f4445519/Vanilla/1.8.9/resource/mixins.customskinloader.json)