From 4b830fe2d27a34ed021d5845f8a666b0eefdca86 Mon Sep 17 00:00:00 2001 From: 3944Realms Date: Sun, 1 Mar 2026 21:19:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0ReadMe?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 35 ++++++++++------------------------- 1 file changed, 10 insertions(+), 25 deletions(-) diff --git a/README.md b/README.md index 2861c17..1911c92 100644 --- a/README.md +++ b/README.md @@ -1,42 +1,27 @@ # AnimationCore - - +[![Mod Version](https://img.shields.io/badge/AnimationCore-26H7-blue.svg)]() +[![License](https://img.shields.io/github/license/leisuretimedock/animationcore +)]() ### Project Introduction -#### 1.Capability Tool - -- You can register a capability with very little code. And It will auto sync to client. -- **Supports for players and other entities** - -#### 2.Player Animator Api - -- **The animation has compose now!!! You can dance with other player.** - -- You can **register layers** on the server via JSON or Event. -- You can **register animation** on the server via JSON or Event. -- You can **register raw animation** on the client via JSON or Event. -- You can invite other player to participate in certain animations together. -- You can apply to join other player who is playing animation with ride. -- You can request a player to playing an animation. +Addon for Sccore. ### How to implementation? ​ **In repositories:** -```java -repositories { - maven { - name = "Mafuyu404 Maven" - url = "https://maven.sighs.cc/repository/maven-public/" - } +```groovy + maven { + name = "LTD Maven" + url = "https://nexus.bot.leisuretimedock.top/repository/maven-public/" } ``` ​ **In dependencies:** -```java +```groovy dependencies { - implementation("com.linearpast:sccore:1.20.1-0.1.3") + implementation("top.leisuiretimedock.animationcore:animcore:1.20.1-26H7") } ```