Started by
Sin Costan
on
Topic category: Help with Minecraft modding (Java Edition)
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 trigger?
If it is client-side, things will only run on client-side
It's attached to an entity's tick update, and I have confirmed that the entity exists on the server side.