Skip to content

Commit

Permalink
refactor: remove non-existent curseforge page
Browse files Browse the repository at this point in the history
  • Loading branch information
sylv256 committed Nov 26, 2024
1 parent dc6fb4c commit b3d0b99
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion buildSrc/src/main/kotlin/conventions.common.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ tasks {
"neoforge_minecraft_version_range" to Versions.NEOFORGE_MINECRAFT_RANGE,
"neoforge_loader_version_range" to Versions.NEOFORGE_LOADER_RANGE,
"java_version" to Versions.JAVA,
"curseforge_page" to Properties.CURSEFORGE_PAGE,
"modrinth_page" to Properties.MODRINTH_PAGE,
"sources" to Properties.GITHUB_REPO
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ object Properties {
const val DESCRIPTION = "A library providing powerful client-server-agnostic predicates with a simple API."
const val LICENSE = "MPL-2.0"

const val CURSEFORGE_PAGE = "https://www.curseforge.com/minecraft/mc-mods/curseforge-project"
const val CURSEFORGE_PROJECT_ID = "000000"
const val MODRINTH_PAGE = "https://modrinth.com/mod/silicate"
const val MODRINTH_PROJECT_ID = "????????"
const val GITHUB_REPO = "ModGardenEvent/silicate"
Expand Down
1 change: 0 additions & 1 deletion fabric/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
"custom": {
"modmenu": {
"links": {
"modmenu.curseforge": "${curseforge_page}",
"modmenu.modrinth": "${modrinth_page}",
"modmenu.github_releases": "https://github.com/${sources}/releases"
}
Expand Down

0 comments on commit b3d0b99

Please sign in to comment.