File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 6060- Add Option to toggle Freelook
6161- add Chinese (PRC) translation (@HowardZHY )
6262- add Chinese (TW) translation (@HowardZHY )
63+ - update config library to 1.0.13
6364
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ dependencies {
6464 // modImplementation files("libs/legacy-modmenu-1.1.1-dev.jar") // Uncomment if you want modmenu in the dev env
6565
6666 modImplementation include(" com.github.moehreag:search-in-resources:1.0.2" )
67- modImplementation include(' io.github.axolotlclient:AxolotlClient-config:1.0.12+1.8.9 ' )
67+ modImplementation include(" io.github.axolotlclient:AxolotlClient-config:${ project.config_version } + ${ project.minecraft_version } " )
6868
6969 modApi(" org.apache.logging.log4j:log4j-core:2.10.0" )
7070}
Original file line number Diff line number Diff line change @@ -7,9 +7,12 @@ org.gradle.jvmargs=-Xmx1G
77 loader_version = 0.14.9
88
99# Mod Properties
10- mod_version = 2.2.4 +1.8.9
10+ mod_version = 2.2.5 +1.8.9
1111 maven_group = io.github.axolotlclient
1212 archives_base_name = AxolotlClient
1313
1414# Dependencies
1515 fabric_version = 1.8.0+1.8.9
16+
17+ # AxolotlClientConfig
18+ config_version = 1.0.13
You can’t perform that action at this time.
0 commit comments