Skip to content

Commit

Permalink
fix: update repo info
Browse files Browse the repository at this point in the history
  • Loading branch information
sylv256 committed Nov 23, 2024
1 parent cf0f099 commit 255905d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ object Properties {
const val MOD_NAME = "Silicate"
const val ARCHIVES_NAME = "silicate"
const val MOD_ID = "silicate"
const val MOD_AUTHOR = "Greenhouse Team"
const val MOD_AUTHOR = "Mod Garden Team"
val MOD_CONTRIBUTORS = listOf("Sylv (Sylv256)")
const val DESCRIPTION = "A library providing powerful client-server-agnostic predicates with a simple API."
const val LICENSE = "MPL-2.0"
Expand All @@ -14,6 +14,6 @@ object Properties {
const val CURSEFORGE_PROJECT_ID = "000000"
const val MODRINTH_PAGE = "https://modrinth.com/mod/silicate"
const val MODRINTH_PROJECT_ID = "????????"
const val GITHUB_REPO = "GreenhouseModding/silicate"
const val GITHUB_REPO = "ModGardenEvent/silicate"
const val GITHUB_COMMITISH = Versions.MINECRAFT
}

0 comments on commit 255905d

Please sign in to comment.