
A CodeChickenLib and ViciousCore dependent mod that makes my job of rendering objects way easier.
Entity Model Rendering Configuration
We've created an easy way to modify entity rendering during runtime under certain conditions listed below:
- When an Item implemented IRenderOverride is held
In these circumstances, VCore will automatically generate json files which provide various fields that can be modified and updating in game using /ircfg reload.
Item Rendering Configuration
Similar to entities, Item Rendering can be modified during runtime as well. In order to do this your item must implement IRenderOverride and do a few other things.