Skip to content

API that allows to create and animate custom entites

License

Notifications You must be signed in to change notification settings

justADeni/ModelAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DISCLAIMER: This is not my original project, it was forked from this repository

original author: [Ticxo gitlab] [Ticxo github]

Welcome to the GitLab page of ModelAPI.

ModelAPI allows you to create custom entity models that is almost indistinguishable with modded entities. It is far from perfect, namely some client limitation, but it can certainly take you one step closer to the best server experience.

Latest tag

ModelAPI also depends on AdditionsAPI

Import ModelAPI

Maven

<repository>
    <id>jitpack.io</id>
    <url>https://jitpack.io</url>
</repository>

<dependency>
    <groupId>com.github.justADeni</groupId>
    <artifactId>ModelAPI</artifactId>
    <version>Tag</version>
</dependency>

Gradle

repositories {
    ...
    maven { url 'https://jitpack.io' }
}

dependencies {
    implementation 'com.github.justADeni:ModelAPI:Tag'
}