update mod metadata

This commit is contained in:
Flemmli97 2022-01-08 18:18:52 +01:00
parent 38dda2709f
commit 8408243484
3 changed files with 17 additions and 16 deletions

View File

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

@ -9,10 +9,11 @@
],
"contact": {
"homepage": "https://www.curseforge.com/minecraft/mc-mods/flan",
"issues": "https://github.com/Flemmli97/Flan/issues",
"sources": "https://github.com/Flemmli97/Flan"
},
"license": "ARR",
"icon": "assets/flan/icon.png",
"icon": "icon.png",
"environment": "*",
"entrypoints": {
"main": [
@ -24,10 +25,7 @@
"flan.fabric.mixins.json"
],
"depends": {
"fabricloader": ">=0.7.4",
"fabric": ">=0.42.0"
},
"suggests": {
"flamingo": "*"
"fabric": ">=0.42.0",
"minecraft": ">=1.18"
}
}

View File

@ -2,14 +2,17 @@ modLoader="javafml"
loaderVersion="[38,)"
license="All rights reserved"
issueTrackerURL="https://github.com/Flemmli97/Flan/issues"
displayURL="https://github.com/Flemmli97/Flan"
# logoFile="assets/flan/icon.png"
credits=""
authors="Flemmli97"
[[mods]]
modId="flan"
version="${version}"
displayName="Flan"
# updateJSONURL=""
authors="Flemmli97"
description='''Flan (Forge version): A serverside claiming mod'''
modId="flan"
version="${version}"
displayName="Flan"
displayURL="https://www.curseforge.com/minecraft/mc-mods/flan-forge"
logoFile="icon.png"
authors="Flemmli97"
description='''Flan (Forge version): A serverside claiming mod'''
[[dependencies.flan]]
modId="minecraft"
mandatory=true
versionRange="[1.18,)"
ordering="NONE"
side="BOTH"