Update neoforge.mods.toml
This commit is contained in:
parent
21257751f6
commit
b8be7a400f
|
|
@ -11,7 +11,7 @@ displayName = "${mod_name}" #mandatory
|
|||
logoFile="${mod_id}.png" #optional
|
||||
credits="${credits}" #optional
|
||||
authors = "${mod_author}" #optional
|
||||
description = '''${description}''' #mandatory (Supports multiline text)
|
||||
description = "${description}" #mandatory (Supports multiline text)
|
||||
[[mixins]]
|
||||
config = "${mod_id}.mixins.json"
|
||||
[[mixins]]
|
||||
|
|
@ -33,4 +33,4 @@ side = "BOTH"
|
|||
# that your mod requires GL version 3.2 or higher. Other features will be added. They are side aware so declaring this won't
|
||||
# stop your mod loading on the server for example.
|
||||
#[features.${mod_id}]
|
||||
#openGLVersion="[3.2,)"
|
||||
#openGLVersion="[3.2,)"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user