Skip to content

Emissive Texture and Custom Layer

KilaBash edited this page Apr 12, 2022 · 6 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.


Emissive

Similar to CTM, you only need to add a mcmeta file for the texture that you want to have the emissive effect.

{
    "multiblocked": {
        "emissive": true
    }
}

RenderLayer

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.

{
    "multiblocked": {
        "layer": "TRANSLUCENT"
    }
}