Skip to content

Commit f0790ce

Browse files
committed
Fix dependency info.
1 parent 48b018c commit f0790ce

File tree

1 file changed

+4
-4
lines changed
  • neoforge/src/main/resources/META-INF

1 file changed

+4
-4
lines changed

neoforge/src/main/resources/META-INF/mods.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,28 +17,28 @@ ${mod_description}
1717

1818
[[dependencies.${ mod_id }]]
1919
modId = "neoforge"
20-
mandatory = true
20+
type = "required"
2121
versionRange = "${neoforge_version_range}"
2222
ordering = "NONE"
2323
side = "BOTH"
2424

2525
[[dependencies.${ mod_id }]]
2626
modId = "minecraft"
27-
mandatory = true
27+
type = "required"
2828
versionRange = "${minecraft_version}"
2929
ordering = "NONE"
3030
side = "BOTH"
3131

3232
[[dependencies.${ mod_id }]]
3333
modId = "bookshelf"
34-
mandatory = true
34+
type = "required"
3535
versionRange = "${bookshelf_version_range}"
3636
ordering = "NONE"
3737
side = "BOTH"
3838

3939
[[dependencies.${ mod_id }]]
4040
modId = "botanypots"
41-
mandatory = true
41+
type = "required"
4242
versionRange = "${bookshelf_version_range}"
4343
ordering = "NONE"
4444
side = "BOTH"

0 commit comments

Comments
 (0)