Skip to content

Commit

Permalink
v1.2.1 support 1.21.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Wulian233 committed Dec 8, 2024
1 parent 1d2e2b4 commit e541a0b
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 23 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This mod makes the chat look better by adding animations. Such as opening chat,
<a href="https://www.curseforge.com/minecraft/mc-mods/chat-impressive-animation">
<img alt="curseforge" height="56" src="https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/available/curseforge_vector.svg">
</a>
<img alt="architectury-api" height="56" src="https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/requires/architectury-api_vector.svg">
<img alt="architectury-api" height="56" src="https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3.2.0/assets/cozy/requires/cloth-config-api_vector.svg">
</div>

## 📖 What's this mod?
Expand Down
12 changes: 0 additions & 12 deletions common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,3 @@ dependencies {

compileOnly(annotationProcessor("io.github.llamalad7:mixinextras-common:0.4.1"))
}

publishing {
publications {
mavenCommon(MavenPublication) {
artifactId = rootProject.archives_base_name
from components.java
}
}

repositories {
}
}
1 change: 0 additions & 1 deletion fabric/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
"depends": {
"fabricloader": ">=0.15.0",
"minecraft": ">=1.21",
"architectury": "*",
"cloth-config": "*"
}
}
16 changes: 8 additions & 8 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
org.gradle.jvmargs=-Xmx2048M

minecraft_version=1.21.1
minecraft_version=1.21.4
enabled_platforms=fabric,neoforge
yarn_mappings=1.21.1+build.3
yarn_mappings=1.21.4+build.1
yarn_patch=1.21+build.4

archives_base_name=ChatImpressiveAnimation
mod_version=1.2.0
mod_version=1.2.1
maven_group=com.wulian.chatimpressiveanimation

architectury_version=13.0.6
clothconfig_version=15.0.140
architectury_version=15.0.1
clothconfig_version=17.0.142

fabric_loader_version=0.16.7
fabric_api_version=0.105.0+1.21.1
fabric_loader_version=0.16.9
fabric_api_version=0.111.0+1.21.4

neoforge_version=21.1.68
neoforge_version=21.4.10-beta
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
Binary file modified img/preview.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/preview.mp4
Binary file not shown.

0 comments on commit e541a0b

Please sign in to comment.