fix: Change required versions to be less restrictive
This commit is contained in:
parent
972af6719d
commit
2c2a902280
@ -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
|
|
||||||
|
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user