update some stuff

This commit is contained in:
Robin 2024-07-07 14:08:33 +02:00
parent 15c45cfeed
commit 73e0284107

View File

@ -11,7 +11,7 @@ loaderVersion="${loader_version_range}" #mandatory
# Review your options at https://choosealicense.com/. All rights reserved is the default copyright stance, and is thus the default here.
license="${mod_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://git.robaertschi.xyz/robaertschi/EnvironmentTech/issues" #optional
# A list of mods - how many allowed here is determined by the individual mod loader
[[mods]] #mandatory
# The modid of the mod
@ -23,11 +23,11 @@ displayName="${mod_name}" #mandatory
# A URL to query for updates for this mod. See the JSON update specification https://docs.neoforge.net/docs/misc/updatechecker/
#updateJSONURL="https://change.me.example.invalid/updates.json" #optional
# A URL for the "homepage" for this mod, displayed in the mod UI
#displayURL="https://change.me.to.your.mods.homepage.example.invalid/" #optional
displayURL="https://git.robaertschi.xyz/robaertschi/EnvironmentTech" #optional
# A file name (in the root of the mod JAR) containing a logo for display
#logoFile="environmenttech.png" #optional
# A text field displayed in the mod UI
#credits="" #optional
credits="KaupenJoe, BluSunrize" #optional
# A text field displayed in the mod UI
authors="${mod_authors}" #optional
# Display Test controls the display for your mod in the server connection screen
@ -41,6 +41,7 @@ authors="${mod_authors}" #optional
# The description text for the mod (multi line!) (#mandatory)
description='''${mod_description}'''
# The [[mixins]] block allows you to declare your mixin config to FML so that it gets loaded.
[[mixins]]
config="environmenttech.mixins.json"