cobrasrock / Skin-Swapper

A fabric mod that allows you to change your in game skin using a simple gui.
GNU General Public License v3.0
29 stars 16 forks source link

Updated to compile for MC 1.17 using Java 16 (AdoptOpenJDK) #14

Closed DrakoTrogdor closed 3 years ago

DrakoTrogdor commented 3 years ago

./.gitignore Added: Added from FabricMC example ZIP

./build.gradle Updated: fabric-loom version -> 0.8-SNAPSHOT JavaVersion -> VERSION_16 modCompile -> modImplementation processResources section Added: repositories section

./gradle.properties Updated versions to latest recommendations on FabricMC website

./gradlew && ./gradlew.bat Updated: Updated to versions found in FabricMC example ZIP file

./gradle/wrapper Updated: gradle-wrapper.properties -> v7.0.2 gradle-wrapper.jar -> v7.0.2

Removed all build and .gitignore files from repository.

Thank you for this mod. I hope you use my simple updates, but if you don't, no worries. If I did something incorrect, feel free to lambast me!

cobrasrock commented 3 years ago

Thank you for pointing out that I forgot to commit the rest of my repository. I am a bit of a git newbie and still am not used to the workflow. Hopefully I will get better with time for some of my future projects.