Started by
drum
on
Topic category: Help with Minecraft modding (Java Edition)
In short, there’s a problem with the data I’m getting from the table on the server. When I open the gui, I receive the data, as you can see from the console screenshot. However, when this function is called by the text in the GUI, the data turns into nothing. How can I fix this issue?
Text is not synced between server and client. There is a plugin that attempts to fix this: https://mcreator.net/plugin/107077/text-fields-synchronizer
this plugin for neoforge, but i work with forge and 1.20.1 and he doesn't support this version.
Are you sure?
I've already noticed, but the problem is that I don't understand how it works...
What are you stuck on?
I’m stuck on how to pass values to the user from the server because the plugin’s documentation doesn’t explain how to do it correctly.
Oh wait, I don't know if that plugin is made for command output...
Is this definitely not a problem with the program itself?...
first - value I get and return
Second - render in gui