diff --git a/Forge/src/main/resources/META-INF/mods.toml b/Forge/src/main/resources/META-INF/mods.toml index d79a67b3..cf09a122 100644 --- a/Forge/src/main/resources/META-INF/mods.toml +++ b/Forge/src/main/resources/META-INF/mods.toml @@ -6,8 +6,8 @@ license="${mod_license}" modId="${mod_id}" version="${mod_version}" displayName="${mod_name}" -displayURL="https://github.com/MeAlam1/BlueLib/wiki" -#logoFile="examplemod.png" +displayURL="https://mealam1.github.io/BlueLib/" +logoFile="bluelib.png" credits="Anyone who contributed to the Source Code of BlueLib!" authors="${mod_authors}" description='''${mod_description}''' diff --git a/Forge/src/main/resources/bluelib.png b/Forge/src/main/resources/bluelib.png new file mode 100644 index 00000000..1896bcdd Binary files /dev/null and b/Forge/src/main/resources/bluelib.png differ diff --git a/NeoForge/src/main/resources/META-INF/mods.toml b/NeoForge/src/main/resources/META-INF/mods.toml index 61897870..d63059f6 100644 --- a/NeoForge/src/main/resources/META-INF/mods.toml +++ b/NeoForge/src/main/resources/META-INF/mods.toml @@ -9,8 +9,8 @@ displayName="${mod_name}" # A URL to query for updates for this mod. See the JSON update specification https://docs.neoforged.net/docs/misc/updatechecker/ #updateJSONURL="https://change.me.example.invalid/updates.json" #optional -displayURL="https://github.com/MeAlam1/BlueLib/wiki" -#logoFile="examplemod.png" +displayURL="https://mealam1.github.io/BlueLib/" +logoFile="bluelib.png" credits="Anyone who contributed to the Source Code of BlueLib!" authors="${mod_authors}" diff --git a/NeoForge/src/main/resources/bluelib.png b/NeoForge/src/main/resources/bluelib.png new file mode 100644 index 00000000..1896bcdd Binary files /dev/null and b/NeoForge/src/main/resources/bluelib.png differ