Started by
manguy
on
Topic category: Troubleshooting, bugs, and solutions
After a random amount of time the game freezes. For an example: I can still break blocks, but they do not drop. I also do not take damage and am unable to interact with blocks such as doors. All enteties freeze. The game is unable to save, and I have to manually force it to close. This happens both when using mcreator as launcher, and in the vanilla launcher. I am using forge 1.20.1.
I have no idea what is causing this, and it also happens in the other dimensions.
I have tried deleting the mod elements that I thought might cause this, but this has not helped.
Any thoughts on what might help is much appreciated.
Something is overloading the internal server, this is likely caused by triggering a resource-heavy event multiple times, such as 100 explosions triggered at once, or it could be caused by an endless loop, such as while true=true.
Without knowing what is in your mod, I can't really help beyond that.
Maybe too much stuff is going on in your tick procedures
Thank you for the help guys.
I ran through all the mod elements and minimized the most complex procedures, deleted the unnecessary ones, and changed some of my structures that had explosives.
Now everything works.