Jump to content

[1.16.5] Help with custom Network Message / move items in a container


Recommended Posts

Posted

I am currently working on a mod that enables the game mode Bedwars.
now i want to improve my villager shop system,
which currently consists of several villagers (with custom trades).
I would now like to put this in one villager.


for this I have created a custom container which should act as a shop.
Items are placed in this container when it is opened.
and the player can then switch back and forth in various tabs by clicking on items.

And this is exactly where the problem is, I know that if I move items in a container,
I have to synchronize them with the server. I do this with a SimpleChannel and a custom message.
when I test the whole thing it doesn't work / it is like before without the synchronization,
the items are not placed correctly in the slots because when I click into the inventory it resets to the default

this is the container class
this the message class
and this a helper class which i use to set the items in the inventory

so what's wrong? - thanks for replies

Posted
1 hour ago, diesieben07 said:

Containers already take care of synchronizing the inventory, there is no need to do it manually

ah okay i found the method that does it for me
thanks

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.