Started by
Gamemaster2022
on
Topic category: Help with Minecraft modding (Java Edition)
Hi, in my mod I have got 5x5 crafting table with multiple recipes. My problem is, that in multiplayer game anyone can see how I am crafting when they open the GUI and steal items. It works like a chest. I want to make it act like normal crafting table.I mean, when I try to craft only I can see my items when crafting. When another player opens the crafting table it can not see my items and it can craft too. I have no clue how to do it. Thanks for replys.
the block is tile entity?
Yes. I was unable to use it without tile entity mode activated
Try removing the tile entity
just add a tigger "on block right clicked"
GUI opens but I can not craft
https://ctrlv.cz/Fuzv
I understand, so maybe a solution could be to use the tile entity but only allow to use one player at a time.
S how to do it :D
The thing is that Crafting Table doesn’t even have a tile entity. You can replace procedure blocks from block procedures to the one that in Slot and GUI or whatever it’s called. These procedure blocks work without tile. But you will not be able to store item inside your block. And finally create a procedure for opening your GUI.
Well I know what you mean but I do not understand how to do it. Making recipes took me a lot of time...