Skip to content

Commit 58623e3

Browse files
authored
Document that MODRINTH_PROJECTS version ID can override game/loader check (#3721)
1 parent 2cd7472 commit 58623e3

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed
13.1 KB
Loading

docs/mods-and-plugins/modrinth.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Prefix : Project : Release Type
2121
Where:
2222

2323
- **Project** is the project slug or ID, see below
24-
- **Version** is the version ID or number. When omitted, the latest release version will be selected.
24+
- **Version** is the version ID (such as "Oa9ZDzZq") or number (such as "2.21.2"). When omitted, the latest release version will be selected. Using version ID will override Minecraft and loader compatibility checks.
2525
- **Release Type** is `release`, `beta`, or `alpha` indicating the latest version to select.
2626
- **Prefix** is `datapack`, `fabric`, `forge`, or `paper`
2727
- The `datapack` prefix is optional when running a vanilla server
@@ -36,14 +36,15 @@ Where:
3636

3737
!!! tip "Project Slug"
3838

39-
The project slug is the part of the URL that follows `/mod/`, `/plugin/`, or `/datapack/`. For example:
40-
41-
```
42-
https://modrinth.com/mod/fabric-api
43-
----------
44-
|
45-
+-- project slug
46-
```
39+
The project slug is the part of the URL that follows `/mod/`, `/plugin/`, or `/datapack/`. For example, this one is "essentialsx".
40+
41+
![](../img/modrinth-plugin-project-slug.png)
42+
43+
!!! tip "Version number and ID"
44+
45+
The version number and ID are located in the metadata panel on a version specific page, such as <https://modrinth.com/plugin/essentialsx/version/2.21.2>
46+
47+
![Version ID](../img/modrinth-version-id.drawio.png)
4748

4849
### Examples
4950

0 commit comments

Comments
 (0)