Skip to content

Textures

Darien Gillespie edited this page Jan 7, 2023 · 4 revisions

Glow Layers

Including a glow layer for an entity variant is as simple as adding a single texture file. Add a texture file with the parts you want to glow to the same directory as the texture the layer is for with the filename of <baseTextureName>_glow.png and the system will use that as a glow layer for any mobs using the <baseTextureName>.png file as its texture.

For example, if you have a texture skeleton.png in the directory assets/jsonentitymodels/textures/entity/minecraft/skeleton/adult/skeleton and you want to add a glow layer to it, you simply add a skeleton_glow.png file to the same directory.

Clone this wiki locally