Server cant keep up

Started by whydoesmygamek… on

Topic category: Help with Minecraft modding (Java Edition)

Joined Jul 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Server cant keep up

For as long as I can remember my mod has had this game-breaking problem of freezing for up to 10 minutes at a time. (I can still move around like normal and do client-sided things, but server-sided actions like killing an entity or mining a block no longer work). This freezing happens exponentially more often as I play the game further and the debug menu always just says “server cant keep up” but there isnt even that much lag to begin with. My mod only has around 200 elements (with 2 tick update procedures) and I am wondering if the problem is just that I have to reduce lag.

One tick update procedure…
Thu, 07/13/2023 - 18:29

One tick update procedure can be enough if there is a lot happening there.

World generation of big structures can be another thing that comes to my mind

Joined Feb 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
maybe stuff like bastion…
Sun, 07/23/2023 - 07:31

maybe stuff like bastion jigsaws (but even bigger)

Joined Jul 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
yeah I have only one very…
Tue, 07/25/2023 - 14:51

yeah I have only one very small rare structure. It couldnt be because of structure overload.

Joined Nov 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Maybe something is adding to…
Tue, 07/25/2023 - 15:56

Maybe something is adding to itself and eventually the math gets too complex?