Library mod for use in mod development. Mostly undocunmented as of now, but documentation WIP.
- Async Task scheduler system (intended for animating widgets in screens)
- Easy use Widget creation
- Cumulative, flexible Screenshake system
- Simple state machine available for screens
Add the Jitpack repository:
maven {
url "https://jitpack.io"
content { includeGroup "com.github.vertexcubed" }
}Then add the dependency:
dependencies {
implementation "com.github.vertexcubed:VrTeX:${minecraft_version}-${vrtex_version}"
}