Adding a glow to the Ender Chest
Hello!
My modpack has shaders that create an effect similar to RTX. You can also add glow to different blocks and objects. They can be entered in a separate file.
However, when I add your mod to minecraft, the Ender Chest stops glowing. I tried to solve this problem, but it didn't work.
I'm guessing the problem is due to the fact that Ender Chest is a block entity. In the screenshot you can see how it glows when the mod is not installed.
Forge Version: 47.3.0. Shaders: Rethinking Voxels.
Flywheel replaces the rendering method for chests, using its own rendering method to render the chests. I suspect that the shaderpack you're using relies on the mc_Entity attribute to determine the entity type, but Flywheel does not pass this value.
In future development, I will consider passing this parameter to fix the issue.