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)

Active 2 days ago
Joined Jul 2024
Points:
112

User statistics:

  • Modifications: 0
  • Forum topics: 5
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 45
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?

What is your procedure…
Mon, 11/25/2024 - 19:01

What is your procedure trigger?

If it is client-side, things will only run on client-side

Active 2 days ago
Joined Jul 2024
Points:
112

User statistics:

  • Modifications: 0
  • Forum topics: 5
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 45
It's attached to an entity's…
Tue, 11/26/2024 - 22:22

It's attached to an entity's tick update, and I have confirmed that the entity exists on the server side.