SpongePowered / VanillaGradle

A toolchain for Minecraft: Java Edition that builds a workspace to interact with the game using the official mappings provided to the public by Mojang Studios.
MIT License
86 stars 18 forks source link

Add support for shadow under forked plugin id #146

Closed jpenilla closed 2 months ago

jpenilla commented 2 months ago

fixes #145

I also considered checking for the existence of the ShadowPlugin class instead, however it wouldn't work due to the classloader isolation we already work around.

zml2008 commented 2 months ago

thank you!