diff options
Diffstat (limited to 'src/main/templates/META-INF/neoforge.mods.toml')
| -rw-r--r-- | src/main/templates/META-INF/neoforge.mods.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/templates/META-INF/neoforge.mods.toml b/src/main/templates/META-INF/neoforge.mods.toml index d2b603e..1bf5f55 100644 --- a/src/main/templates/META-INF/neoforge.mods.toml +++ b/src/main/templates/META-INF/neoforge.mods.toml @@ -36,7 +36,8 @@ displayName="${mod_name}" #mandatory displayURL="https://github.com/ashkitten/Uncrackable/" #optional # A file name (in the root of the mod JAR) containing a logo for display -#logoFile="examplemod.png" #optional +logoFile="eg.png" #optional +logoBlur=false # A text field displayed in the mod UI #credits="" #optional |