April 20, 20196 yr Hey. I am new to Minecraft modding, and I have a problem that I can't fix. I have a screen with a graphical interface, and every time I try to open it connecting to the server, it does not open. The block continues to have inventory on the server (checked by a hopper). Everything as a whole works but the interface itself does not open. (Block Analyzer) If you run a local world, everything works as it should. I probably make some kind of stupid mistake. But I do not have enough experience to understand what I'm doing wrong. There are no errors in the log like. But I will attach it. Client Server Here is the class of the block itself, as well as the whole mod is also available in the repository. GitHub Edited April 21, 20196 yr by VRIDO Solution found
April 21, 20196 yr Author 2 hours ago, diesieben07 said: Code style, issue 1. You are absolutely right. I read a lot of manuals, but for some reason I thought that the proxy works to separate the logical server and the client. May I ask you an example of what a proxy is used for in brief. After all, it turns out that I even register gui everywhere? I myself already read "Common issues and recommendations" useful, but difficult for beginners)). It turns out the desired proxy scheme looks like: Client ext. IProxy и Server ext. IProxy Thanks so much for wasting your time here. Edited April 21, 20196 yr by VRIDO I'm stupid
April 21, 20196 yr Author 11 minutes ago, diesieben07 said: @EventBusSubscriber Thanks for the information, it is really useful to me. I understand that at 1.12 you cannot completely abandon the proxy (as you said). But you said in 1.13 you can use @EventBusSubscriber. I use them now on 1.12 (RegistryHandler, ModelRegistryHandler).
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.