Dynamic Renderer
This is a programming interface that enables creating 3D models directly during gameplay, rendering them, and instantly replacing textures at any moment.
Key features:
- Overlaying additional textures on top of existing ones
- Creating custom models with unique geometry
To use in your project, add to the build.gradle file:
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"