Updated mods.toml.
This commit is contained in:
@ -20,7 +20,7 @@ description = '''${mod_description}'''
|
||||
#[[accessTransformers]]
|
||||
#file="META-INF/accesstransformer.cfg"
|
||||
|
||||
[[dependencies.${mod_id}]]
|
||||
[[dependencies."${mod_id}"]]
|
||||
modId = "neoforge"
|
||||
# The type of the dependency. Can be one of "required", "optional", "incompatible" or "discouraged" (case insensitive).
|
||||
# 'required' requires the mod to exist, 'optional' does not
|
||||
@ -30,7 +30,7 @@ description = '''${mod_description}'''
|
||||
ordering = "NONE" # BEFORE, AFTER, NONE
|
||||
side = "BOTH" # BOTH, CLIENT, SERVER
|
||||
|
||||
[[dependencies.${mod_id}]]
|
||||
[[dependencies."${mod_id}"]]
|
||||
modId = "minecraft"
|
||||
type = "required"
|
||||
versionRange = "${minecraft_version_range}"
|
||||
|
||||
Reference in New Issue
Block a user