Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nlr-devteam/showmyskinparts
A simple (bug fix) mod for multiple Minecraft versions.
https://github.com/nlr-devteam/showmyskinparts
bugfix fabricmc-mod minecraft-mod
Last synced: 3 days ago
JSON representation
A simple (bug fix) mod for multiple Minecraft versions.
- Host: GitHub
- URL: https://github.com/nlr-devteam/showmyskinparts
- Owner: NLR-DevTeam
- License: mit
- Created: 2022-12-21T03:40:20.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-02T06:17:52.000Z (14 days ago)
- Last Synced: 2024-11-02T07:18:15.623Z (14 days ago)
- Topics: bugfix, fabricmc-mod, minecraft-mod
- Language: Java
- Homepage: https://modrinth.com/mod/show-my-skin-parts
- Size: 134 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Show My Skin Parts
A simple mod for Minecraft 1.20.4/6 & 1.21.x (Other versions are not tested).
The configure screen requires `Cloth Config` and `Mod Menu` to open (or you can edit the configuration file manually).### Why use it and What does it do?
For some reason, some minecraft servers (especially 1.19.3) won't send you your skin parts if you enter another
dimension,
and it makes your skin looks **ugly**.With this mod, your skin layers will always be shown (Following the client's skin options).
And it will automatically resend your client's options in order to enable your skin layers to be seen to others (Configurable).
If other players still cannot see your skin layers, you can simply press `N` to refresh your skin parts manually.### Notice
This mod doesn't seem work well with 3d-Skin-Layers, so please disable it first and try again before reporting bugs if
it's installed.### Compiling
First, clone this repository using:
```shell
git clone https://github.com/NLR-DevTeam/ShowMySkinParts --recursive --depth 1
```Then, to compile on *nix operating systems, run:
```shell
chmod +x gradlew
./gradlew build
```For Windows, run:
```batch
gradlew build
```Then, the mod jar file will be located at `fabricWrapper/build/libs/ShowMySkinParts-{VERSION}-all.jar`.