Skip to content
This repository has been archived by the owner on Mar 11, 2022. It is now read-only.

Commit

Permalink
For FabricMC πŸ‘½γ€ Commands were the hardest part 】
Browse files Browse the repository at this point in the history
  • Loading branch information
boomboompower committed Aug 25, 2020
1 parent 82f675b commit 6ac3284
Show file tree
Hide file tree
Showing 4 changed files with 712 additions and 7 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
## SkinChanger-Fabric
> A lightweight version of the [SkinChanger](https://github.com/boomboompower/SkinChanger) mod built for [Fabric](https://fabricmc.net/)
#### Usage
Do `/skinchanger <username>` in-game, the skin (and cape if possible) will be pulled from Mojang's servers and applied to your player. This is all client-side.

##### Downloads
> See the [Releases](https://github.com/boomboompower/SkinChangerFabric/releases) for downloads
* Supports 1.16.2

##### Dependancies
* [CottonMC/ClientCommands](https://github.com/CottonMC/ClientCommands)
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ yarn_mappings=1.16.2+build.25
loader_version=0.9.2+build.206
# Mod Properties
mod_version=1.0
maven_group=wtf.boomy.testmod
archives_base_name=TestMod
maven_group=wtf.boomy.skinchanger
archives_base_name=SkinChangerFabric
# Dependencies
# check this on https://modmuss50.me/fabric.html
fabric_version=0.19.0+build.398-1.16
Loading

0 comments on commit 6ac3284

Please sign in to comment.