Weird glitch on fabric server
Swiftform opened this issue ยท 4 comments
I don't know if I should ask here or the mods that caused this but Ill ask here.
What happened was that I placed a block with another block and it crashed client-side. I joined back but it said, "There was a problem rendering". The crash report was also from Sodium and a mod named Companion which the block I placed was from. I deleted companion from my server mod folder and it started up. I tried to join back but it said that there were missing tags. I added companion back and this is when the glitch happened.
As you can see, my sword turned into a arrow, bucket turned into porkchop.
Hmm, is this a registry sync issue? I am not sure if registry sync is supposed to keep int ids when some mods are removed.
It shouldnt re-assign the ID's and should assgin them back again once the mod is added back. It's even more odd that its happening for items as they are sent over the network usually with their full string ident if im not mistaken.
Do you have the same set of mods on the client and server? It shouldnt cause issues but it may be here?
It shouldnt re-assign the ID's and should assgin them back again once the mod is added back. It's even more odd that its happening for items as they are sent over the network usually with their full string ident if im not mistaken.
Do you have the same set of mods on the client and server? It shouldnt cause issues but it may be here?
Yes, I have the same set of mods for the client and the server, it worked before and placing a block broke the server. Also, sorry for late reply.