-
-
Notifications
You must be signed in to change notification settings - Fork 245
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix mod sign error #1586
fix mod sign error #1586
Conversation
Thanks a lot. |
r u sure you did update to new version? |
Tryed deleting .arclight but still the same bug. Im using arclight-forge-1.20.1-1.0.6-SNAPSHOT The vanilla signs are working perfectly |
https://github.com/IzzelAliz/Arclight/actions/runs/12326781537/artifacts/2320483745 u need to try this version. thx |
I´ve tryed that version. |
hmm, can you try other mods sign? |
Hi again, Farmers Delight signs (hanging) are throwing the same exception. The mod doesnt have "normal" signs |
Minecraft_.Forge.1.20.1.-.Multiplayer.3rd-party.Server.2024-12-22.06-07-41.mp4well, works fine for me |
well, and no errors in console? I can place them too, but console get spammed with that error. Not sure why... |
well, if you have protocollib or ItemsAdder like something in your plugins, that's normal |
Ye, I have protocolib. Any fix? or just removing that plugin |
i mean, you can't place that sign? |
I can place it and it seems to work everything, but im afraid that the console error makes my server crash cause it drops the exception everytime I place each sign |
no, it won't crash. that's fine. |
Good. |
hmm, try downgrade if you can. |
I get crashes at login when I downgrade version. Seems that FastLogin requires 5.3.0 version, cause 5.2.0 don´t allow me to login into the server. IDK if you have any specific version to try. |
um, then just use 5.3.0. |
All right, thanks. |
oof, sry for late. |
Oh no problem, these are tricky dates. All right, so if anyone knows any way to fix it apart from hiding them through external plugin, would be great ^^ |
* implement missed bukkit things * migrate to Decorate * fix crash * bring #1586
may fixed:
of course i am pretty noob of mixin.
is there better idea than this?