team-abnormals / blueprint

Library that implements the framework of all Abnormals mods
https://www.curseforge.com/minecraft/mc-mods/blueprint
Other
114 stars 33 forks source link

[1.16.5] Added fullbright model loader #95

Closed jacksonhardaway closed 3 years ago

jacksonhardaway commented 3 years ago

This PR adds in the FullbrightModelLoader which allows models to define faces and parts as fullbright.

To do so, you add "loader": "abnormals_core:fullbright" to your model JSON and define "fullbright": true/false in either a part or a face. If a face and it's parenting part has a fullbright value, the face will take priority and will ignore the parenting value.