Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Wulian233 authored Feb 21, 2024
1 parent dd57068 commit 30e51f3
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 5 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
[![GitHub license](https://img.shields.io/github/license/Wulian233/Chat-Impressive-Animation?style=flat-square)](LICENSE)
![Environment: Client](https://img.shields.io/badge/environment-client-1976d2?style=flat-square)

[简体中文](README_ZH.md) English

[Chat Animation](https://github.com/Ezzenix/ChatAnimation) unofficial architectury port.

Makes chat messages appear with a smooth animation.
Expand Down
47 changes: 47 additions & 0 deletions README_ZH.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
<div align="center"><img height="150" src="https://cdn.modrinth.com/data/DnL1AGAI/517a08d79d7949cc6ae49a8ee66ad967e962809d.png" width="150"/>

# 聊动魅影

[![GitHub license](https://img.shields.io/github/license/Wulian233/Chat-Impressive-Animation?style=flat-square)](LICENSE)
![Environment: Client](https://img.shields.io/badge/environment-client-1976d2?style=flat-square)

[English](README.md) 简体中文

本模组是[Chat Animation](https://github.com/Ezzenix/ChatAnimation) 的非官方移植。

为聊天添加了一些平滑的淡入动画

<a href="https://modrinth.com/project/chat-impressive-animation/">
<img alt="modrinth" height="56" src="https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/available/modrinth_vector.svg">
</a>
<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">
</div>

## 📖 这个模组是什么?

聊动魅影(英文缩写CIA)是[Chat Animation](https://github.com/Ezzenix/ChatAnimation)的非官方移植版,现可在Fabric Forge和Neoforge使用。这个模组添加了一些关于聊天栏的动画,并且删除提示类消息左侧的白条。

## ✅ 功能:

- 打开聊天栏动画
- 消息发送动画(不支持1.20.x Forge)
- 删除提示类消息左侧的白条(于mc 1.19.1加入)

## ✨ 截图

<img src="https://s11.ax1x.com/2024/02/19/pFYJyw9.jpg"></img>

<img src="https://vmct-cn.top/img/CIA-preview.gif"></img>

## 📖 使用

使用这个模组非常简单!

首先需要安装前置模组Architectury API,然后即可安装本模组使用啦!

## 👀 协议

此模组使用MIT协议
4 changes: 2 additions & 2 deletions fabric/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"chatimpressiveanimation.fabric.mixins.json"
],
"depends": {
"fabricloader": "*",
"minecraft": "1.20.x",
"fabricloader": ">=0.15.0",
"minecraft": ">=1.19.1",
"architectury": "*"
}
}
6 changes: 3 additions & 3 deletions forge/src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
modLoader = "javafml"
loaderVersion = "[46,)"
loaderVersion = "[41,)"
issueTrackerURL = "https://github.com/Wulian233/Chat-Impressive-Animation/issues"
license = "MIT"

Expand All @@ -17,14 +17,14 @@ logoFile = "icon.png"
[[dependencies.chatimpressiveanimation]]
modId="forge"
mandatory=true
versionRange="[46,)"
versionRange="[41,)"
ordering="NONE"
side="BOTH"

[[dependencies.chatimpressiveanimation]]
modId = "minecraft"
mandatory = true
versionRange = "[1.20,)"
versionRange = "[1.19,)"
ordering = "NONE"
side = "BOTH"

Expand Down

0 comments on commit 30e51f3

Please sign in to comment.