Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 1.09 KB

File metadata and controls

42 lines (33 loc) · 1.09 KB

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'
}