Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update minecraft-mohist-docker.json versions URL #269

Merged
merged 1 commit into from
Apr 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update minecraft-mohist-docker.json versions URL
`https://mohistmc.com/download` leads to a 404. The correct URL to list Mohist versions is `https://mohistmc.com/downloadSoftware?project=mohist`
Aareon authored Apr 12, 2024
commit fa2897c137a8fca7e8de73f4f3b8ac7ea997bdc0
2 changes: 1 addition & 1 deletion minecraft-mohist/minecraft-mohist-docker.json
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@
},
"mohist-version": {
"type": "string",
"desc": "Mohist version to install (may be located <a href='https://mohistmc.com/download/' target='_blank'>here</a>).",
"desc": "Mohist version to install (may be located <a href='https://mohistmc.com/downloadSoftware?project=mohist' target='_blank'>here</a>).",
"display": "Mohist Version",
"required": true,
"value": "latest",