Skip to content

Commit

Permalink
feat: 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
xfl03 committed Jul 2, 2024
1 parent 64490f1 commit 18d31be
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Fabric/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion Forge/V1/src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Forge/V1/src/main/resources/mcmod.info
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
}
]
2 changes: 1 addition & 1 deletion Forge/V2/src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Forge/V3/src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Forge/V3/src/main/resources/META-INF/neoforge.mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 18d31be

Please sign in to comment.