Odin Dahlström
Odin Dahlström
Since the mod in question is Terralith, it might be related to douira/fractureiser-web-detector#6. I suppose it would be pretty easy to check, just remove the `__MACOSX` folder from the JAR...
Yeah, as shown in the screenshot above, JDT LS does (intentionally) send a different token type for annotations, enums, interfaces etc, regardless of whether or not it is in an...
The second error looks like eclipse-jdtls/eclipse.jdt.ls#2876, which has now been fixed.
> We'll need to base it on something exposed in the Bukkit API unfortunately though to maintain compatibility. PaperLib is compatible with all CraftBukkit-based servers, it's just a compatibility library...
According to this post, AnvilGUI could break on Paper as soon as the next Minecraft update, 1.20.5: https://forums.papermc.io/threads/important-dev-psa-future-removal-of-cb-package-relocation.1106/ I tried running AnvilGUI with the [`no-relocation`](https://github.com/PaperMC/testing/releases/tag/no-relocation) build, and it definitely crashes...
> Paper has moved on to use the mojang mappings for nms code as default from 1.20.5. This is not essentially a problem, since they have an in-built remapper in...
> > 1. Convert the minecraft version string to the cb release version string and let the paper remapper do the work > > I don't see what this has...
> I already did some work yesterday for solution 2), which is converting the project to gradle and making a module for paper. It falls back to the "R-version" string...
> To my understanding I see one problem here, which is that multiple MC versions share one class or "R-Version". For example, `1.20.5` and `1.20.6` can both use the module...
> We could start doing this from 1.20.5 on to avoid renaming old packages, but this will make it a bit inconsistent. Yeah that's what I meant by the "fallback"...