Posted October 31, 20223 yr Is there's anyway i can sync both Server/Client side random numbers? Only way i found it's by using NBT's but i don't think it's the right way. Edited October 31, 20223 yr by Sq3xd
October 31, 20223 yr The correct way to do it is to synchronize the value using a packet. The dirty way to do it is to force both randomizers to have the exact same seed and fire at the exact same time. The normal way to do it is to not sync random numbers at all since you most likely wouldn't need them for both sides unless there was an animation playing.
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.