fix: Change required versions to be less restrictive

This commit is contained in:
TopchetoEU 2022-09-21 20:39:38 +03:00
parent 972af6719d
commit 2c2a902280
No known key found for this signature in database
GPG Key ID: 0F2543CA49C81E3A
2 changed files with 4 additions and 7 deletions

View File

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

View File

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