Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 13 additions & 3 deletions northstar/src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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"
side="BOTH"


Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added northstar/src/main/resources/catalogue_banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added northstar/src/main/resources/catalogue_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.