.

Results 46 comments of .

I've implemented the `compareTo` fix in [RandomPatches](https://github.com/TheRandomLabs/RandomPatches/blob/1.12/src/main/java/com/therandomlabs/randompatches/patch/NextTickListEntryPatch.java), yet the issue is [still occurring](https://pastebin.com/FRisvKLX). I'm almost certain the patch is being applied correctly as I've tested with different priorities and scheduled...

Thanks. In that case, I will attempt another fix by replacing all `HashSet#contains` and `HashSet#remove` calls with my own. **EDIT:** [Done](https://github.com/TheRandomLabs/RandomPatches/blob/e58d95ddc1e6a33cbc6baf56ded8f724f855a065/src/main/java/com/therandomlabs/randompatches/patch/WorldServerPatch.java).

According to @runescapejon, the [fix](https://www.curseforge.com/minecraft/mc-mods/randompatches) appears to be working.

I would never have thought of that. Thank you! On Thu, Jun 27, 2019, 16:45 malte0811 wrote: > Wouldn't it be more efficient to replace the HashSet with a custom...

[Done](https://github.com/TheRandomLabs/RandomPatches/blob/3b10a8c86e9828991dc836480b007db129e1eb71/src/main/java/com/therandomlabs/randompatches/patch/WorldServerPatch.java). Do you see any issues?

I'm having the same issue. I should note that I'm using [this](https://gist.github.com/Zulko/e072d78dd5dbd2458f34d2166265e081#file-text_clip_with_gizeh-py) instead of `TextClip`. Normal: ![image](https://user-images.githubusercontent.com/16755704/78465281-f0327780-7736-11ea-90b3-40f4681286f6.png) Nested `CompositeVideoClip`: ![image](https://user-images.githubusercontent.com/16755704/78465283-f6285880-7736-11ea-96da-d479d9390b04.png)