Skip to content

Commit 6b21f53

Browse files
committed
fix: update checker links
1 parent ef0a3e0 commit 6b21f53

8 files changed

Lines changed: 16 additions & 8 deletions

File tree

.claude/settings.local.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"permissions": {
3+
"allow": [
4+
"Bash(find:*)"
5+
],
6+
"deny": [],
7+
"ask": []
8+
}
9+
}

core/src/main/resources/META-INF/neoforge.mods.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license="MIT"
88
displayName="ProjectRed Core"
99
version="${file.jarVersion}"
1010

11-
updateJSONURL="https://version-check.covers1624.net/check/?mod=ProjectRed&mc=${mc_version}"
11+
updateJSONURL = "https://api.modrinth.com/updates/zIlxygxr/forge_updates.json?neoforge=only"
1212
displayURL="https://github.com/MrTJP/ProjectRed"
1313
authors="MrTJP, Chicken Bones, covers1624"
1414
description='''

expansion/src/main/resources/META-INF/neoforge.mods.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license="MIT"
88
displayName="ProjectRed Expansion"
99
version="${file.jarVersion}"
1010

11-
updateJSONURL="https://version-check.covers1624.net/check/?mod=ProjectRed&mc=${mc_version}"
11+
updateJSONURL = "https://api.modrinth.com/updates/fn5zBLFv/forge_updates.json?neoforge=only"
1212
displayURL="https://github.com/MrTJP/ProjectRed"
1313
authors="MrTJP, Chicken Bones, covers1624"
1414
description='''

exploration/src/main/resources/META-INF/neoforge.mods.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license="MIT"
88
displayName="ProjectRed Exploration"
99
version="${file.jarVersion}"
1010

11-
updateJSONURL="https://version-check.covers1624.net/check/?mod=ProjectRed&mc=${mc_version}"
11+
updateJSONURL = "https://api.modrinth.com/updates/TVQMH6pX/forge_updates.json?neoforge=only"
1212
displayURL="https://github.com/MrTJP/ProjectRed"
1313
authors="MrTJP, Chicken Bones, covers1624"
1414
description='''

fabrication/src/main/resources/META-INF/neoforge.mods.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license="MIT"
88
displayName="ProjectRed Fabrication"
99
version="${file.jarVersion}"
1010

11-
updateJSONURL="https://version-check.covers1624.net/check/?mod=ProjectRed&mc=${mc_version}"
11+
updateJSONURL = "https://api.modrinth.com/updates/5H1VMCiY/forge_updates.json?neoforge=only"
1212
displayURL="https://github.com/MrTJP/ProjectRed"
1313
authors="MrTJP, Chicken Bones, covers1624"
1414
description='''

illumination/src/main/resources/META-INF/neoforge.mods.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license="MIT"
88
displayName="ProjectRed Illumination"
99
version="${file.jarVersion}"
1010

11-
updateJSONURL="https://version-check.covers1624.net/check/?mod=ProjectRed&mc=${mc_version}"
11+
updateJSONURL = "https://api.modrinth.com/updates/9a4Zqq1k/forge_updates.json?neoforge=only"
1212
displayURL="https://github.com/MrTJP/ProjectRed"
1313
authors="MrTJP, Chicken Bones, covers1624"
1414
description='''

integration/src/main/resources/META-INF/neoforge.mods.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license="MIT"
88
displayName="ProjectRed Integration"
99
version="${file.jarVersion}"
1010

11-
updateJSONURL="https://version-check.covers1624.net/check/?mod=ProjectRed&mc=${mc_version}"
11+
updateJSONURL = "https://api.modrinth.com/updates/3JruZJb0/forge_updates.json?neoforge=only"
1212
displayURL="https://github.com/MrTJP/ProjectRed"
1313
authors="MrTJP, Chicken Bones, covers1624"
1414
description='''

transmission/src/main/resources/META-INF/neoforge.mods.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@ license="MIT"
66
[[mods]]
77
modId="projectred_transmission"
88
displayName="ProjectRed Transmission"
9-
entryClass="mrtjp.projectred.ProjectRedTransmission"
109
version="${file.jarVersion}"
1110

12-
updateJSONURL="https://version-check.covers1624.net/check/?mod=ProjectRed&mc=${mc_version}"
11+
updateJSONURL = "https://api.modrinth.com/updates/dXmH4rEw/forge_updates.json?neoforge=only"
1312
displayURL="https://github.com/MrTJP/ProjectRed"
1413
authors="MrTJP, Chicken Bones, covers1624"
1514
description='''

0 commit comments

Comments
 (0)