You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Whether to include NeoForge versions. Can be `only` (NeoForge-only versions), `include` (both Forge and NeoForge versions), or omitted (Forge-only versions).
3881
+
schema:
3882
+
type: string
3883
+
enum: [only, include]
3884
+
example: include
3878
3885
servers:
3879
3886
- url: https://api.modrinth.com
3880
3887
description: Production server
@@ -3902,6 +3909,15 @@ paths:
3902
3909
Make sure that the version format you use for your Modrinth releases is the same as the version format you use in your `mods.toml`.
3903
3910
If you use a format such as `1.2.3-forge` or `1.2.3+1.19` with your Modrinth releases but your `mods.toml` only has `1.2.3`,
3904
3911
the update checker may not function properly.
3912
+
3913
+
If you're using NeoForge, NeoForge versions will, by default, not appear in the default URL.
3914
+
You will need to add `?neoforge=only` to show your NeoForge-only versions, or `?neoforge=include` for both.
3915
+
3916
+
```toml
3917
+
[[mods]]
3918
+
# the other stuff here - ID, version, display name, etc.
0 commit comments