Topic category: Troubleshooting, bugs, and solutions
Goodmorning! I am here to report a BUG that i found, which is pretty annoying for my mod. (Check the image) So this mod is in 1.20.1 in forge, what it does is that when i type a number in the X textfield in my GUI. It sends the number i've entered into the scoreboard.
It works perfectly in singleplayer.
ALTHOUGH, when you do this in multiplayer, with the scoreboard showing, using the scoreboard sidebar command, it shows you what you typed. But the server doesn't, it actually thinks that your scoreboard value is 0. Only your client thinks you have the good number, the other players, the server, thinks you have 0.
For exemple:
I typed 147 in the X field, i see on the right that my scoreboard value for "tardis_x_set" Is 147,
But the server thinks that it is 0. So when a join the server it comes back to 0.
That is really annoying, especially for my mod which heavily depends on it.
That's all for my bug report, have a great day!
Scoreboard is not synchronized across sides in Minecraft directly.
Textfield only runs on the client side so data is not synced.
Currently text fields are client-side only
Oh ok, thanks for the answer, well do you think if i reported that, the devs could be able to fix that?
I am one of the devs. We do plan on improving that in the future
Ok Epic, thank you!