Blocks are only modified on the client but not the server, help!!!

Started by Sin Costan on

Topic category: Help with Minecraft modding (Java Edition)

Joined Jul 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Blocks are only modified on the client but not the server, help!!!

I'm spawning an entity through a server-side procedure. This entity removes certain blocks around it, but only on the client. The blocks do not exist on the client, and the server thinks they are still there.

Why might this be happening?