Nothirium
Nothirium copied to clipboard
Nothirium causing ChunkAnimator to not animate some chunks.
Describe the bug Nothirium will cause ChunkAnimator to not animate some chunks. Also I wish to note that chunk loading causes severe lag that is not present without Nothirium installed.
Reproducibility
- [X ] I reproduced this issue with as few other mods as possible installed.
- [ ] I am unable to reproduce this issue consistently.
To Reproduce
- Load Minecraft with Nothirium + Renderlib and ChunkAnimator
- Observe as some chunks animate and others will not by repeatedly entering F3 + A to reload all chunks.
- Reload your Minecraft instance but with Nothirium removed.
- Observe as all chunks animate by repeatedly entering F3+A
Screenshots/Videos https://youtu.be/A8n8N38TgRI < Video capture I made demonstrating both with and without Nothirium
Versions Nothirium: 0.3.4-beta RenderLib: 1.3.4 Forge: 14.23.5.2860 Minecraft: 1.12.2 Other mods (necessary to reproduce the bug): ChunkAnimator 1.12.2 Optifine HD U G5 MixinBooter 8.8
Hardware CPU: Intel Core i7 8700K RAM: 16GB Allocated to MC (32GB Total) GPU: NVIDIA GeForce GTX 1070 Ti VRAM: 8GB
Log File (https://pastebin.com/E9p6hgvU) < Link to latest.log of the instance of Minecraft WITH Nothirium installed.
It seems that all chunks above coordinate Z 0 will fail to animate.
For all chunks with coordinates greater than Z=0 and X=0 animations will not play
I'm pretty sure that I know what the issue is and it should only affect chunks inside 0 <= x <= renderDistance*2+1
and 0 <= x <= renderDistance*2+1
(chunk coords). Will be fixed with the next release but that may take some time.