Hi, not sure whether this should go here or in Modder support but since it involves a Forge bug I thought I should post it here.
I'm encountering a bug in my mod where the texture loading goes on an infinite loop caused by
java.lang.RuntimeException: One of more entry values did not copy to the correct id.
I've done some googling and it looks like I'm being affected by issue 6592, where the Forge loops texture loading if IllegalStateException is thrown by the vanilla particle engine.
Now the problem that I personally have is that I don't know what I've done that causes this problem, nor how to fix it. I searched for an IllegalStateException in the logs, but didn't find them.
The info post says I need to include logs, so here they are. (paste.ee link). This isn't a crash log as Minecraft didn't crash per se, but it's a game log with debug-level logging turned on.