From 18d31bed8f5b3442d4b1a02c445404c7a7c9d97f Mon Sep 17 00:00:00 2001 From: 33 Date: Wed, 3 Jul 2024 00:14:19 +0800 Subject: [PATCH] feat: 1.21 --- Fabric/src/main/resources/fabric.mod.json | 2 +- Forge/V1/src/main/resources/META-INF/mods.toml | 2 +- Forge/V1/src/main/resources/mcmod.info | 2 +- Forge/V2/src/main/resources/META-INF/mods.toml | 2 +- Forge/V3/src/main/resources/META-INF/mods.toml | 2 +- Forge/V3/src/main/resources/META-INF/neoforge.mods.toml | 2 +- README.md | 6 +++--- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Fabric/src/main/resources/fabric.mod.json b/Fabric/src/main/resources/fabric.mod.json index a73650ed..d41b2f2a 100644 --- a/Fabric/src/main/resources/fabric.mod.json +++ b/Fabric/src/main/resources/fabric.mod.json @@ -5,7 +5,7 @@ "name": "CustomSkinLoader", "description": "Custom Skin Loader for Minecraft", - "authors": ["xfl03", "JLChnToZ"], + "authors": ["xfl03", "JLChnToZ", "ZekerZhayard"], "contact": { "homepage": "https://github.com/xfl03/MCCustomSkinLoader", "issues": "https://github.com/xfl03/MCCustomSkinLoader/issues", diff --git a/Forge/V1/src/main/resources/META-INF/mods.toml b/Forge/V1/src/main/resources/META-INF/mods.toml index f91ea26d..616b55ea 100644 --- a/Forge/V1/src/main/resources/META-INF/mods.toml +++ b/Forge/V1/src/main/resources/META-INF/mods.toml @@ -10,7 +10,7 @@ description=''' Custom Skin Loader for Minecraft ''' displayURL="https://github.com/xfl03/MCCustomSkinLoader" -authors=["xfl03", "JLChnToZ"] +authors=["xfl03", "JLChnToZ", "ZekerZhayard"] [[dependencies.customskinloader]] modId="forge" mandatory=true diff --git a/Forge/V1/src/main/resources/mcmod.info b/Forge/V1/src/main/resources/mcmod.info index 53f9416c..0d53039c 100644 --- a/Forge/V1/src/main/resources/mcmod.info +++ b/Forge/V1/src/main/resources/mcmod.info @@ -5,6 +5,6 @@ "description": "Custom Skin Loader for Minecraft", "version": "${modFullVersion}", "url": "https://github.com/xfl03/MCCustomSkinLoader", - "authorList": ["xfl03", "JLChnToZ"] + "authorList": ["xfl03", "JLChnToZ", "ZekerZhayard"] } ] diff --git a/Forge/V2/src/main/resources/META-INF/mods.toml b/Forge/V2/src/main/resources/META-INF/mods.toml index 6dcc3636..1eb0d7d9 100644 --- a/Forge/V2/src/main/resources/META-INF/mods.toml +++ b/Forge/V2/src/main/resources/META-INF/mods.toml @@ -10,7 +10,7 @@ description=''' Custom Skin Loader for Minecraft ''' displayURL="https://github.com/xfl03/MCCustomSkinLoader" -authors=["xfl03", "JLChnToZ"] +authors=["xfl03", "JLChnToZ", "ZekerZhayard"] [[dependencies.customskinloader]] modId="forge" mandatory=true diff --git a/Forge/V3/src/main/resources/META-INF/mods.toml b/Forge/V3/src/main/resources/META-INF/mods.toml index a74f0f3c..09d4054e 100644 --- a/Forge/V3/src/main/resources/META-INF/mods.toml +++ b/Forge/V3/src/main/resources/META-INF/mods.toml @@ -12,7 +12,7 @@ description=''' Custom Skin Loader for Minecraft ''' displayURL="https://github.com/xfl03/MCCustomSkinLoader" -authors=["xfl03", "JLChnToZ"] +authors=["xfl03", "JLChnToZ", "ZekerZhayard"] [[dependencies.customskinloader]] modId="forge" mandatory=false diff --git a/Forge/V3/src/main/resources/META-INF/neoforge.mods.toml b/Forge/V3/src/main/resources/META-INF/neoforge.mods.toml index aaf9f297..e0bc8d33 100644 --- a/Forge/V3/src/main/resources/META-INF/neoforge.mods.toml +++ b/Forge/V3/src/main/resources/META-INF/neoforge.mods.toml @@ -6,7 +6,7 @@ issueTrackerURL="https://github.com/xfl03/MCCustomSkinLoader/issues" modId="customskinloader" version="${modFullVersion}" displayName="CustomSkinLoader" -authors="xfl03, JLChnToZ" +authors="xfl03, JLChnToZ, ZekerZhayard" displayTest="IGNORE_ALL_VERSION" description=''' Custom Skin Loader for Minecraft diff --git a/README.md b/README.md index 9127e187..ba6b4226 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/xfl03/MCCustomSkinLoader/beta.yml?style=for-the-badge&label=&logo=Gradle&labelColor=388E3C)](https://github.com/xfl03/MCCustomSkinLoader/actions) [![Star](https://img.shields.io/github/stars/xfl03/MCCustomSkinLoader?label=&logo=GitHub&labelColor=black&color=FAFAFA&style=for-the-badge)](https://github.com/xfl03/MCCustomSkinLoader/stargazers) -[![Minecraft Version](https://img.shields.io/badge/Minecraft-1.20%20|%201.19%20|%201.18%20|%201.17%20|%201.16%20|%201.15%20|%201.14%20|%201.13%20|%201.12%20|%201.11%20|%201.10%20|%201.9%20|%201.8-green?style=for-the-badge&labelColor=388E3C&color=8BC34A)](https://github.com/xfl03/MCCustomSkinLoader) +[![Minecraft Version](https://img.shields.io/badge/Minecraft-1.21%20|%201.20%20|%201.19%20|%201.18%20|%201.17%20|%201.16%20|%201.15%20|%201.14%20|%201.13%20|%201.12%20|%201.11%20|%201.10%20|%201.9%20|%201.8-green?style=for-the-badge&labelColor=388E3C&color=8BC34A)](https://github.com/xfl03/MCCustomSkinLoader) ## What's this? Custom Skin Loader mod for Minecraft. @@ -105,8 +105,8 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) ## Copyright & LICENSE ### Major Contributor - 2013-2014 Jeremy Lam([JLChnToZ](https://github.com/JLChnToZ)) -- 2014-2023 Alexander Xia([xfl03](https://github.com/xfl03)) -- 2020-2023 [ZekerZhayard](https://github.com/ZekerZhayard) +- 2014-2024 Alexander Xia([xfl03](https://github.com/xfl03)) +- 2020-2024 [ZekerZhayard](https://github.com/ZekerZhayard) ### Binary File You could not modify binary file.