AnimationCore/README.md
2026-03-01 21:19:19 +08:00

29 lines
538 B
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# AnimationCore
[![Mod Version](https://img.shields.io/badge/AnimationCore-26H7-blue.svg)]()
[![License](https://img.shields.io/github/license/leisuretimedock/animationcore
)]()
### Project Introduction
Addon for Sccore.
### How to implementation?
**In repositories:**
```groovy
maven {
name = "LTD Maven"
url = "https://nexus.bot.leisuretimedock.top/repository/maven-public/"
}
```
**In dependencies:**
```groovy
dependencies {
implementation("top.leisuiretimedock.animationcore:animcore:1.20.1-26H7")
}
```