![Tempad](https://media.forgecdn.net/avatars/thumbnails/500/177/256/256/637818622588372032_animated.gif)
[Bug]: `minecraft:glowing` effect is not visible with this mod installed
dsf3449 opened this issue ยท 3 comments
Bug Description
The effect minecraft:glowing
is no longer visible when this mod is installed.
How to Reproduce?
- Have an instance of minecraft with only forge installed
- Create a world
- Write
/effect give @e minecraft:glowing 10
- Observe all the entities glowing
- Write
/effect clear @e
- Shut down the instance, install this mod
- Load into the world you created earlier
- Write
/effect give @e minecraft:glowing 10
- Observe that the entities do not glow this time around
Expected Behavior
The glowing effect should function properly.
Version
1.4.4
Mod Loader Version
1.19.2 - 43.2.4
Mod Loader
Forge
Logs or additional context
No response
Changing "timedoorFancy" to false in tempad_client.json appears to have solved the issue on my end. Issue with the time door rendering?