update mod meta

This commit is contained in:
Flemmli97 2022-07-10 21:50:35 +02:00
parent b3907b00ae
commit 9c8341364e
2 changed files with 4 additions and 4 deletions

View File

@ -25,7 +25,7 @@
"flan.fabric.mixins.json"
],
"depends": {
"fabric": ">=0.42.0",
"minecraft": ">=1.18"
"fabric": ">=0.57.0",
"minecraft": ">=1.19"
}
}

View File

@ -1,5 +1,5 @@
modLoader="javafml"
loaderVersion="[40,)"
loaderVersion="[41,)"
license="All rights reserved"
issueTrackerURL="https://github.com/Flemmli97/Flan/issues"
[[mods]]
@ -13,6 +13,6 @@ description='''Flan (Forge version): A serverside claiming mod'''
[[dependencies.flan]]
modId="minecraft"
mandatory=true
versionRange="[1.18,)"
versionRange="[1.19,)"
ordering="NONE"
side="BOTH"