Irmo van den Berge
Irmo van den Berge
https://github.com/bergerhealer/BKCommonLib/commit/536a29d24ffd9ad47ee5a6b75f018d7bdf713986 Arclight 1.14 is having too many problems in the remapper code itself. Theres a bug with an internal cache that I can't control, getName() fails randomly on field objects...
@IzzelAliz what server is that on? It looks like the remapper isnt working at all
I am working on this
Should be all good now with both 1.15 and 1.16 arclight. https://github.com/bergerhealer/BKCommonLib/commit/5d9c27d1da052ca18dffe830ee8f4029aa5eabc1 https://ci.mg-dev.eu/job/BKCommonLib/998/
What exactly was changed? I doubt I can stop calling the remapper directly, because the JVM/javassist must see the 'real' symbols or it fails to compile. So some translation is...
Ah I see, that's pretty nifty. If this gives javaassist class symbols that are remapped to be bukkit-like then that should work, yeah. Only difficulty is that right now, in...
So the problem was a little bit hidden. Thing of note: The mpl$ prefix is just a little flag indicator to tell the javaassist resolver to treat what follows as...
This version, besides adding support, also prints a better error revealing this local field lookup failed as well. https://github.com/bergerhealer/BKCommonLib/commit/e583241036d1889957a3b14bf20b0efef6c84549 What I think is happening: I think spigotConfig is defined in...
What type of entity are you creating? Creating (hooked) entity players is not something that works I think
Since all I really use it for are minecart entities, it's not something that is being tested a lot. But it's good to document issues like this. I don't think...