This is an API, which is made to allow for models to be created mid gameplay, rendered, and also have the textures swapped out at any given moment.
Current features:
- Overlay textures
- Custom Models
To use it: build.gradle
plugin:
apply plugin: "com.wynprice.cursemaven"
dependencies:
compileOnly fg.deobf("curse.maven:dynamic-renderer:2968395")
runtimeOnly fg.deobf("curse.maven:dynamic-renderer:2968395")
buildscript.dependencies:
classpath "com.wynprice.cursemaven:CurseMaven:2.1.4"
No files available for download.