Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
Model Engine 4 Model Engine 4
  • Project overview
    • Project overview
    • Details
    • Activity
  • Issues 110
    • Issues 110
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar
  • MythicCraft
  • Model Engine 4Model Engine 4
  • Wiki
  • API

API · Changes

Page history
Update API.md authored Sep 27, 2023 by Ticxo's avatar Ticxo
Hide whitespace changes
Inline Side-by-side
Showing with 44 additions and 1 deletion
+44 -1
  • API.md API.md +44 -1
  • No files found.
API.md
View page @ 9480dc8a
:sadge:
\ No newline at end of file
Model Engine is designed to be used alongside [MythicMobs](MythicMobs), however, if you wish to add custom behaviors or
use Model Engine without MythicMobs, you can use our robust API!
### Current Version: B4.0.0
## Repository & Dependency
### Maven
```xml
<repository>
<id>nexus</id>
<name>Lumine Public</name>
<url>https://mvn.lumine.io/repository/maven-public/</url>
</repository>
<dependency>
<groupId>com.ticxo.modelengine</groupId>
<artifactId>ModelEngine</artifactId>
<version>version</version>
</dependency>
```
### Gradle (Kotlin)
```kotlin
repositories {
maven(url = "https://mvn.lumine.io/repository/maven-public/")
}
dependencies {
compileOnly("com.ticxo.modelengine:ModelEngine:version")
}
```
### Gradle (Groovy)
```groovy
repositories {
maven { url 'https://mvn.lumine.io/repository/maven-public/' }
}
dependencies {
compileOnly 'com.ticxo.modelengine:ModelEngine:version'
}
```
\ No newline at end of file
Clone repository
Home
FAQ / Common Issues
Commands & Permissions
Configuration
Modeling
  • Creating a Model
    • Hitbox & Eye Height
    • Shadow
  • Bone Behaviors
  • Animating a Model
  • Importing a Model
  • Scriptable Keyframes
MythicMobs
  • Mechanics: Model
  • Mechanics: VFX
  • Conditions
  • Targeters
API
Technical
  • Terminology
  • Animation Systems
  • Mount Controllers