fix: Change versions
This commit is contained in:
parent
4a339a6ee5
commit
5a136233af
@ -5,7 +5,7 @@ org.gradle.jvmargs=-Xmx4G
|
||||
# Fabric Properties
|
||||
minecraft_version=1.18.2
|
||||
yarn_mappings=1.18.2+build.1
|
||||
loader_version=0.13.3
|
||||
loader_version=0.14.9
|
||||
|
||||
# Mod Properties
|
||||
mod_version=0.2.0
|
||||
@ -13,8 +13,5 @@ maven_group=me.topchetoeu
|
||||
archives_base_name=animated-chunks
|
||||
|
||||
# Dependencies
|
||||
fabric_version=0.47.8+1.18.2
|
||||
|
||||
autoconfig_version=3.3.1
|
||||
cloth_version=3.2.24
|
||||
fabric_version=0.58.0+1.18.2
|
||||
modmenu_version=3.2.1
|
||||
|
@ -21,9 +21,13 @@
|
||||
"animated-chunks.mixins.json"
|
||||
],
|
||||
"depends": {
|
||||
"fabricloader": ">=0.9.3+build.207",
|
||||
"fabricloader": "*",
|
||||
"fabric": "*",
|
||||
"minecraft": ">=1.18.2",
|
||||
"modmenu": ">=3.2.1"
|
||||
"minecraft": "=1.18.2",
|
||||
"modmenu": "3.*"
|
||||
},
|
||||
"breaks": {
|
||||
"sodium": "*",
|
||||
"iris": "*"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user