diff --git a/northstar/src/main/resources/META-INF/mods.toml b/northstar/src/main/resources/META-INF/mods.toml index e246deea2..4557f012d 100644 --- a/northstar/src/main/resources/META-INF/mods.toml +++ b/northstar/src/main/resources/META-INF/mods.toml @@ -11,7 +11,7 @@ loaderVersion="[43,)" #mandatory This is typically bumped every Minecraft versio # Review your options at https://choosealicense.com/. All rights reserved is the default copyright stance, and is thus the default here. license="MIT License" # A URL to refer people to when problems occur with this mod -#issueTrackerURL="https://change.me.to.your.issue.tracker.example.invalid/" #optional +issueTrackerURL="https://github.com/lightning2401/northstar/issues" #optional # A list of mods - how many allowed here is determined by the individual mod loader [[mods]] #mandatory # The modid of the mod @@ -44,7 +44,15 @@ authors="lightning2401" #optional description=''' Inspired by Micdoodle's Galacticraft, Northstar seeks to return players to the stars with the power of the Create mod. ''' -# A dependency - use the . to indicate dependency for a specific modid. Dependencies are optional. + +[modproperties.northstar] + # Catalogue assets - see https://legacy.curseforge.com/minecraft/mc-mods/catalogue/pages/how-to-specify-a-custom-icon + catalogueImageIcon="catalogue_icon.png" + catalogueBackground="catalogue_background.png" + # Configured config background - see https://www.curseforge.com/minecraft/mc-mods/configured + configuredBackground="northstar:textures/block/moon_sand.png" + +# A dependency - use the . to indicate dependency for a specific modid. Dependencies are optional. [[dependencies.northstar]] #optional # the modid of the dependency modId="forge" #mandatory @@ -70,4 +78,6 @@ Inspired by Micdoodle's Galacticraft, Northstar seeks to return players to the s # This version range declares a minimum of the current minecraft version up to but not including the next major version versionRange="[1.19.2,1.20)" ordering="NONE" - side="BOTH" \ No newline at end of file + side="BOTH" + + diff --git a/northstar/src/main/resources/catalogue_background.png b/northstar/src/main/resources/catalogue_background.png new file mode 100644 index 000000000..4a0768e82 Binary files /dev/null and b/northstar/src/main/resources/catalogue_background.png differ diff --git a/northstar/src/main/resources/catalogue_banner.png b/northstar/src/main/resources/catalogue_banner.png new file mode 100644 index 000000000..2a625601d Binary files /dev/null and b/northstar/src/main/resources/catalogue_banner.png differ diff --git a/northstar/src/main/resources/catalogue_icon.png b/northstar/src/main/resources/catalogue_icon.png new file mode 100644 index 000000000..94f578fc6 Binary files /dev/null and b/northstar/src/main/resources/catalogue_icon.png differ