← Назад к ресурсам

Snowy Crescent Core

A lib for Linearpast. It has capability tool and playeranimator api on forge 1.20.1.

Modrinth library

Описание

# SnowyCrescentCore ### 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. #### 3.Patchouli Data Generate - You can generate a full book of patchouli with this mod. ## [Wiki:https://github.com/Zershyan/SnowyCrescentCore/wiki](https://github.com/Zershyan/SnowyCrescentCore/wiki) Use 'ride' to play animations in third person. ![Use 'ride' to play animations in third person.](https://cdn.modrinth.com/data/cached_images/86d959a32af6ab2e75252bd11e4b927ea09c930c.gif) Use 'ride' to play animations in first person. ![Use 'ride' to play animations in first person.](https://cdn.modrinth.com/data/cached_images/9bab74f54862646eb391cef7f059603bc91bea93.gif) waltz ![waltz](https://cdn.modrinth.com/data/cached_images/0d79d7f4a821f5dbf4bd9fc4bbd2d0fc1693697c.gif) ### How to implementation? ​ **In repositories:** ```java repositories { maven { name = "Mafuyu404 Maven" url = "https://maven.sighs.cc/repository/maven-public/" } } ``` ​ **In dependencies:** ```java dependencies { implementation("io.zershyan:sccore:1.20.1-1.0.0") } ```