Skip to content

Commit

Permalink
update version, change icon
Browse files Browse the repository at this point in the history
  • Loading branch information
stanlystark committed Jun 19, 2023
1 parent a7a8650 commit 4cf0c3b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -78,15 +78,15 @@ modrinth {
token = System.getenv("MODRINTH_TOKEN") // This is the default. Remember to have the MODRINTH_TOKEN environment variable set or else this will fail, or set it to whatever you want - just make sure it stays private!
projectId = "O2DN3m2D" // This can be the project ID or the slug. Either will work!
versionNumber = project.mod_version // You don't need to set this manually. Will fail if Modrinth has this version already
versionType = "beta" // This is the default -- can also be `beta` or `alpha`
versionType = "release" // This is the default -- can also be `beta` or `alpha`
uploadFile = remapJar // With Loom, this MUST be set to `remapJar` instead of `jar`!
gameVersions = ["1.19.4"] // Must be an array, even with only one version
gameVersions = ["1.20"] // Must be an array, even with only one version
loaders = ["fabric"] // Must also be an array - no need to specify this if you're using Loom or ForgeGradle
dependencies { // A special DSL for creating dependencies
// scope.type
// The scope can be `required`, `optional`, `incompatible`, or `embedded`
// The type can either be `project` or `version`
required.project "fabric-api" // Creates a new required dependency on Fabric API
optional.version "luckperms", "v5.4.66-fabric" // Creates a new optional dependency on this specific version of Sodium
optional.version "luckperms", "v5.4.88-fabric" // Creates a new optional dependency on this specific version of Sodium
}
}
Binary file modified src/main/resources/assets/simplechat/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4cf0c3b

Please sign in to comment.