Closed SamB440 closed 1 year ago
That's not a mapping problem. Are you sure you are running GlowingEntities 1.1.3?
Yes, I'm certain, I have this:
implementation("io.github.skytasul:glowingentities:1.1.3")
And made sure to refresh gradle dependencies and clean and rebuild.
I also checked inside the jar, the .class files there are from December 10th, which is the last commit made to this repository.
Well, I just tested with Paper #362, it worked like a charm. No issue when setting an entity to glow, changing its color, and resetting its glowing state. Try again without ProtocolLib, maybe it's that, idk.
Ah, yes, I'm stupid, it's a protocollib thing and a plugin was depending on some stuff regarding glow stuff.
Edit: here is the problem, and how it is solved https://www.spigotmc.org/threads/unable-to-modify-entity-metadata-packet-using-protocollib-1-19-3.582442/#post-4517187
This looks like a remapping problem to me? $b seems like $Item: https://github.com/SkytAsul/GlowingEntities/blob/master/src/main/java/fr/skytasul/glowingentities/GlowingEntities.java#L373-L386. This didn't happen on our 1.19.2 server, only after we updated to 1.19.3 and version 1.1.3 of glowing entities. Server is based on Paper, we run custom server software, but the same problem happens on Paper 1.19.3 #362.