Skip to content

Commit

Permalink
0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
js6pak committed Sep 2, 2023
1 parent 10c3d8f commit 2407ed9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
- Fix auth on server
- Fix skin flipping on slim models
- Fix loading/saving sign data in singleplayer
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ spotless {
}

modrinth {
token = System.getenv("MODRINTH_TOKEN")
projectId = "8sdj2JBj"
uploadFile = remapJar
gameVersions = [project.minecraft_version]
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ org.gradle.jvmargs=-Xmx1G
loader_version=0.14.13-babric.1

# Mod Properties
mod_version = 0.5.1
mod_version = 0.5.2
maven_group = pl.js6pak
archives_base_name = mojangfix

0 comments on commit 2407ed9

Please sign in to comment.