Jump to content

world.createExplosion called on server, but not propagating to clients.


nado

Recommended Posts

Hey guys, I'm having an issue where I call world.createExplosion on the server side, but the explosion doesn't propagate to clients..

I even wrote my own networking to notify clients and have the function be called.. Of course I forgot that it uses RNG so the explosion comes out different then on the server.

Shouldn't the networking already be done for us though?

 

Edit: My problem is only occurring when I am a certain distance away from the explosion. I wonder if explosions aren't sent to clients if they were a certain distance away?

 

Link to comment
Share on other sites

its your code, because my world.createExplosions works very well, in the client and server, also im not using any kinda of packets or these network stuff.

 

My code worked on older versions of Minecraft/Minecraftforge.. The explosion happens on the server side, and correctly propagates to clients when I am within a certain range.

But in older versions of minecraft/minecraftforge I could go extremely far away and it would still work

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.