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

View File

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