Skip to content

Commit

Permalink
Fixed Icon & Changed 1.20.1 to be equal to 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
I-No-oNe authored Aug 9, 2024
1 parent 3023bc0 commit dc8025f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ yarn_mappings=1.21+build.9
loader_version=0.15.11

# Mod Properties
mod_version=0.1-fabric
mod_version=0.2-fabric
maven_group=net.i_no_am.clickcrystals
archives_base_name=ClickCrystals-Updater

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/net/i_no_am/clickcrystals/ModDownloader.java
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ private static String getGameVersion() {
gameVersion = container.getMetadata().getVersion().getFriendlyString();
}
return switch (Objects.requireNonNull(gameVersion)) {
case "1.20.1" -> "1.20.2";
case "1.20.1" -> "1.20";
case "1.20.3" -> "1.20.4";
case "1.20.5" -> "1.20.6";
default -> gameVersion;
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"sources": "https://github.com/clickcrystals-development/ClickCrystals-Auto-Updater"
},
"license": "MIT",
"icon": "assets/clickcrystals-updater/icon.png",
"environment": "*",
"entrypoints": {
"client": [
Expand Down

0 comments on commit dc8025f

Please sign in to comment.