Skip to content

Commit

Permalink
Finalized version 1.2.4
Browse files Browse the repository at this point in the history
+ AdvancedChatCore now supports minecraft version 1.21.1
  • Loading branch information
EnricoMessall committed Sep 18, 2024
1 parent 8e6c1f7 commit 84a6954
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ dependencies {
modImplementation "net.fabricmc:fabric-loader:${project.loader_version}"
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_api_version}"
modImplementation "fi.dy.masa.malilib:malilib-fabric-1.21:${project.malilib_version}"
modImplementation 'com.arematics:advancedchatcore:1.21-1.5.11-beta1'
modImplementation "com.arematics:advancedchatcore:${project.advancedchat_version}"
}


Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ loader_version=0.15.11
fabric_api_version=0.100.1+1.21

# Mod Properties
mod_version=1.2.4-beta1
mod_version=1.2.4
maven_group=com.arematics
archives_base_name=AdvancedChatLog
malilib_version=0.20.0
org.gradle.jvmargs=-Xmx1G
advancedchat_version=1.5.11-beta1
advancedchat_version=1.21-1.5.11

modrinth_slug=advancedchatlog-next
modrinth_id=IWLTSCQS
Expand Down

0 comments on commit 84a6954

Please sign in to comment.