SkytAsul / GlowingEntities

An API to easily make Minecraft entities glow. No dependencies, compatible 1.17 -> 1.21.
MIT License
55 stars 7 forks source link

1.21 not working #18

Open OakLoaf opened 3 weeks ago

OakLoaf commented 3 weeks ago

I am trying to use 1.3.5 and it is only displaying a blue glow colour, I have migrated to the new group name in the dependency and it is correctly importing, when looking at the library within my source code I can see that there is mappings for 1.21 but when running the code I get the following logs in my console:

[GlowingEntities] [GlowingEntities] Found server version 1.21.0
[GlowingEntities] [GlowingEntities] Loaded not matching version of the mappings for your server version
[GlowingEntities] [GlowingEntities] Loaded mappings V1_20_5_REMAPPED
SkytAsul commented 3 weeks ago

I guess you are using a paper plugin? Using the remapped 1.21 environment?

OakLoaf commented 3 weeks ago

I do not use any nms in the project currently other than GlowingEntities but it is being ran on Paper 1.21 (Experimental Builds)

SkytAsul commented 3 weeks ago

Yes but is it a paper plugin or spigot plugin?

OakLoaf commented 3 weeks ago

It is a Paper plugin but does not use the paper-plugin.yml and is not remapped on compilation.

SkytAsul commented 3 weeks ago

I guess you are using the paperweight gradle plugin and your JAR gets compiled with the paperweight-mappings-namespace manifest attribute set mojang. Please change it to spigot. See PaperMC documentation: https://docs.papermc.io/paper/dev/project-setup#plugin-remapping.

OakLoaf commented 3 weeks ago

Unfortunately I had no luck when trying but it's all good, I'll just hold off until 1.21 remapped support is added :)

SkytAsul commented 3 weeks ago

It's probably not coming in the following days (I hope in a few weeks), because I don't have much time and it requires quite a refactoring (all classes have been renamed and other things like that). I started creating an util that will help in the future. In the meantime, check the MANIFEST.MF file in your archive and see if it contains the remapping bit. Also, please send me your server logs.