扩展SCC动画库
Go to file
2026-01-13 12:42:26 +08:00
gradle/wrapper Initial commit 2025-10-17 23:17:41 +08:00
out/production/resources 修改modid 2026-01-13 11:02:52 +08:00
src 修正推到Maven 丢失refmap问题 2026-01-13 12:42:26 +08:00
.gitignore version 0.1.0-pre 2025-11-26 18:40:56 +08:00
build.gradle 修正推到Maven 丢失refmap问题 2026-01-13 12:42:26 +08:00
gradle.properties 修正推到Maven 丢失refmap问题 2026-01-13 12:42:26 +08:00
LICENSE Add GNU Affero General Public License v3 2025-10-18 17:51:56 +08:00
LICENSE.GPL3 修正版本 2026-01-13 11:24:33 +08:00
README.md 修改modid 2026-01-13 11:02:52 +08:00
settings.gradle 修改modid 2026-01-13 11:02:52 +08:00

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.

How to implementation?

In repositories:

repositories {
	maven {
		name = "Mafuyu404 Maven"
		url = "https://maven.sighs.cc/repository/maven-public/"
    }
}

In dependencies:

dependencies {
	implementation("com.linearpast:sccore:1.20.1-0.1.3")
}