We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f619403 commit 2037e19Copy full SHA for 2037e19
neoforge/src/main/resources/META-INF/mods.toml
@@ -20,14 +20,14 @@ config = "${mod_id}.mixins.json"
20
21
[[dependencies.${ mod_id }]]
22
modId = "neoforge"
23
-mandatory = true
+type = "required"
24
versionRange = "${neoforge_version_range}"
25
ordering = "NONE"
26
side = "BOTH"
27
28
29
modId = "minecraft"
30
31
versionRange = "${minecraft_version}"
32
33
0 commit comments