You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is a known issue that Cyclic's code for their antibeacon block can cause lag when there's lots of entities with status effects on. In certain cases, it can also lock up the game permanently until restart due to running unsafely during worldgen. I made an issue report to Cyclic here Lothrazar/Cyclic#2269
I also made a PR to fix Cyclic here too but it is not merged yet: Lothrazar/Cyclic#2334
The temporary fix is to open Cyclic's config and set potion_list to [] and harmful_potions to false. This will disable the antibeacon code and give you better performance and stop Cyclic worldgen deadlocks.
Pack Version
Version: 0.29.0
To Reproduce
Teleport around in Bumblezone is likely going to be the easiest way to reproduce the issue. As soon as a mob from Bumblezone spawns in a structure with a status effect, Cyclic's code runs and deadlocks worldgen. Chunks will stop loading forever until restart.
Are you using OptiFine or Oculus?
Using OptiFine
Using Oculus
No. None of them. Unmodified.
Are you on a Server?
Yes.
No.
Relevant log output / crash report.
No response
Anything else to add?
No response
The text was updated successfully, but these errors were encountered:
What happened?
It is a known issue that Cyclic's code for their antibeacon block can cause lag when there's lots of entities with status effects on. In certain cases, it can also lock up the game permanently until restart due to running unsafely during worldgen. I made an issue report to Cyclic here
Lothrazar/Cyclic#2269
I also made a PR to fix Cyclic here too but it is not merged yet:
Lothrazar/Cyclic#2334
The temporary fix is to open Cyclic's config and set
potion_list
to[]
andharmful_potions
tofalse
. This will disable the antibeacon code and give you better performance and stop Cyclic worldgen deadlocks.Pack Version
Version: 0.29.0
To Reproduce
Teleport around in Bumblezone is likely going to be the easiest way to reproduce the issue. As soon as a mob from Bumblezone spawns in a structure with a status effect, Cyclic's code runs and deadlocks worldgen. Chunks will stop loading forever until restart.
Are you using OptiFine or Oculus?
Are you on a Server?
Relevant log output / crash report.
No response
Anything else to add?
No response
The text was updated successfully, but these errors were encountered: