Merge pull request #9 from TopchetoEU/TopchetoEU/1.19.2-testing

fix: Change required versions to be less restrictive
This commit is contained in:
TopchetoEU 2022-09-21 20:40:45 +03:00 committed by GitHub
commit 842ed01212
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 7 deletions

View File

@ -13,8 +13,5 @@ maven_group=me.topchetoeu
archives_base_name=animated-chunks
# Dependencies
fabric_version=0.61.0+1.19.2
autoconfig_version=3.3.1
cloth_version=3.2.24
modmenu_version=4.0.6
fabric_version=[0.0.0,)
modmenu_version=[4.0.0,)

View File

@ -23,7 +23,7 @@
"depends": {
"fabricloader": ">=0.9.3+build.207",
"fabric": "*",
"minecraft": ">=1.18.2",
"modmenu": ">=3.2.1"
"minecraft": "=1.18.2",
"modmenu": ">=4.0.0"
}
}