This repository was archived by the owner on Oct 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
Emissive Texture and Custom Layer
KilaBash edited this page Aug 9, 2022
·
2 revisions
Multiblocked allows you to set emissive texture and to set the multi-layer. For an animated model of Geckolib, see Animation Models (Geckolib) page.
Similar to CTM, you only need to add a mcmeta file for the texture that you want to have the emissive effect.
{
"ldlib": {
"emissive": true
}
}
Similar to CTM, you only need to add a mcmeta file for the texture that you want to render in a specific layer.
Emissive is easy to understand. What's the use of rende layer? When the model contains both opaque and translucent cubes, should render the translucent cubes in the TRANSLUCENT layer.
{
"ldlib": {
"layer": "TRANSLUCENT"
}
}