Topic category: Troubleshooting, bugs, and solutions
I created a very basic “infusion” table that takes 3 items and fuses them into 1. It works fine in single player but when I added it to my server for my friends to try it won’t do anything. You can still open the GUI for it and place items inside but when you press fuse it does nothing. Am I missing something here? Is there something I need to add for it to work on a server??? Please help! The whole reason I’m making this mod is for me and my friends so if it doesn’t work I’m literally just gonna give up on it cause I don’t wanna enjoy my mod alone.
P.S everything else in the mod works, the GUIs the ore gen, I made a hammer that doubles ore, mobs drop extra items which are also from my mod. So I have a feeling it’s not so much a mod issue as it is a server side issue, like some information is not getting through? Idk what I’m talking about lmao
Which version of MCreator do you use?
If you use 1.8.3 or 1.9.0, check these tutorials to properly make a GUI: https://mcreator.net/wiki/making-guis-slots
If you make GUI the right way (by binding it to block, using inherited inventory for slots and using block slot management procedures, not GUI slot management procedures), your GUI should and will work on servers too.
Yea my procedure is literally the one from the video (I just added an additional and statement and requisite comparators to make it a 3 Input procedure) and it does nothing. GUI slots are set to inherited, and I’m using block slot management procedure blocks. Like I said, works fine in SP but doesn’t work at all in MP
oh and I’m using 1.8.3 mcreator right now,
Ok, I have tested it and it indeed does not work on servers. The issue is that the button press trigger is client side only. You can open a support ticket on our issue tracker (https://mcreator.net/tracker) and we will fix this bug in next updates.
Awesome I will do that for sure! In the mean time how would I go about being able to “pull” the fused item out sort of like a crafting table? For instance get rid of the button but when you place item “A” in slot 0, item “B” in slot 1, and item “C” in slot 2, slot 3 shows the output and you pull it out.
This is not possible yet, this is why all tutorials rely on buttons. But we do have this quite high on our TODO list so expect this feature in next update.
roger that! Thanks for being so swift in answering my questions :)
You are welcome!
i was able to get around the server issue by building more like a furnace
Cool to hear you solved this. We will make client-side events work on servers in future updates too.