From 20db1c9eb05393edb7d8ccd64617edeb0a9d9377 Mon Sep 17 00:00:00 2001 From: Geoff Bourne Date: Sun, 23 Mar 2025 20:15:31 -0500 Subject: [PATCH] docs: show example of MODRINTH_PROJECTS with version number (#3378) --- docs/mods-and-plugins/modrinth.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/mods-and-plugins/modrinth.md b/docs/mods-and-plugins/modrinth.md index efa71571..e4bd787e 100644 --- a/docs/mods-and-plugins/modrinth.md +++ b/docs/mods-and-plugins/modrinth.md @@ -13,14 +13,14 @@ To select a datapack from a Modrinth project, prefix the entry with "datapack:". When running a vanilla server, this is optional since only datapacks will be available for vanilla servers to select. - | Description | Example projects entry | - |---------------------------------|----------------------------| - | Select latest version | `fabric-api` | - | Select specific version | `fabric-api:PbVeub96` | - | Select latest beta version | `fabric-api:beta` | - | Latest version using project ID | `P7dR8mSH` | - | Latest version of datapack | `datapack:terralith` | - | Specific version of datapack | `datapack:terralith:2.5.5` | + | Description | Example projects entry | + |---------------------------------|-------------------------------------------------------| + | Select latest version | `fabric-api` | + | Select specific version | `fabric-api:bQZpGIz0`
`fabric-api:0.119.2+1.21.4` | + | Select latest beta version | `fabric-api:beta` | + | Latest version using project ID | `P7dR8mSH` | + | Latest version of datapack | `datapack:terralith` | + | Specific version of datapack | `datapack:terralith:2.5.5` | ## Extra options