fix: Change required versions to be less restrictive #9

Merged
TopchetoEU merged 1 commits from TopchetoEU/1.19.2-testing into 1.19.2 2022-09-21 17:40:45 +00:00
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"
}
}