fix: Change versions

This commit is contained in:
TopchetoEU 2022-09-21 22:48:33 +03:00
parent 4a339a6ee5
commit 5a136233af
No known key found for this signature in database
GPG Key ID: 0F2543CA49C81E3A
2 changed files with 9 additions and 8 deletions

View File

@ -5,7 +5,7 @@ org.gradle.jvmargs=-Xmx4G
# Fabric Properties # Fabric Properties
minecraft_version=1.18.2 minecraft_version=1.18.2
yarn_mappings=1.18.2+build.1 yarn_mappings=1.18.2+build.1
loader_version=0.13.3 loader_version=0.14.9
# Mod Properties # Mod Properties
mod_version=0.2.0 mod_version=0.2.0
@ -13,8 +13,5 @@ maven_group=me.topchetoeu
archives_base_name=animated-chunks archives_base_name=animated-chunks
# Dependencies # Dependencies
fabric_version=0.47.8+1.18.2 fabric_version=0.58.0+1.18.2
autoconfig_version=3.3.1
cloth_version=3.2.24
modmenu_version=3.2.1 modmenu_version=3.2.1

View File

@ -21,9 +21,13 @@
"animated-chunks.mixins.json" "animated-chunks.mixins.json"
], ],
"depends": { "depends": {
"fabricloader": ">=0.9.3+build.207", "fabricloader": "*",
"fabric": "*", "fabric": "*",
"minecraft": ">=1.18.2", "minecraft": "=1.18.2",
"modmenu": ">=3.2.1" "modmenu": "3.*"
},
"breaks": {
"sodium": "*",
"iris": "*"
} }
} }