File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
neoforge/src/main/resources/META-INF Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,28 +17,28 @@ ${mod_description}
17
17
18
18
[[dependencies .${ mod_id } ]]
19
19
modId = " neoforge"
20
- mandatory = true
20
+ type = " required "
21
21
versionRange = " ${neoforge_version_range}"
22
22
ordering = " NONE"
23
23
side = " BOTH"
24
24
25
25
[[dependencies .${ mod_id } ]]
26
26
modId = " minecraft"
27
- mandatory = true
27
+ type = " required "
28
28
versionRange = " ${minecraft_version}"
29
29
ordering = " NONE"
30
30
side = " BOTH"
31
31
32
32
[[dependencies .${ mod_id } ]]
33
33
modId = " bookshelf"
34
- mandatory = true
34
+ type = " required "
35
35
versionRange = " ${bookshelf_version_range}"
36
36
ordering = " NONE"
37
37
side = " BOTH"
38
38
39
39
[[dependencies .${ mod_id } ]]
40
40
modId = " botanypots"
41
- mandatory = true
41
+ type = " required "
42
42
versionRange = " ${bookshelf_version_range}"
43
43
ordering = " NONE"
44
44
side = " BOTH"
You can’t perform that action at this time.
0 commit comments