diff options
| author | ash lea <example@thisismyactual.email> | 2026-06-01 15:17:45 -0400 |
|---|---|---|
| committer | ash lea <example@thisismyactual.email> | 2026-06-01 15:17:54 -0400 |
| commit | ed8c99807a55089ffa72b5f5f17ca2bccf18f37a (patch) | |
| tree | b88b413e122bceecab4fbebf29a7d3953cff3431 /src/main | |
| parent | 52b847653296f6e80fd68678b2a88ee9f560eaff (diff) | |
add logo
Diffstat (limited to 'src/main')
| -rw-r--r-- | src/main/resources/eg.png | bin | 0 -> 690 bytes | |||
| -rw-r--r-- | src/main/templates/META-INF/neoforge.mods.toml | 3 |
2 files changed, 2 insertions, 1 deletions
diff --git a/src/main/resources/eg.png b/src/main/resources/eg.png new file mode 100644 index 0000000..a4bb177 --- /dev/null +++ b/src/main/resources/eg.png Binary files differdiff --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 |