This commit is contained in:
NK 2023-05-20 01:59:57 +01:00
parent c96fb9eb35
commit 388a6e379a

View file

@ -63,6 +63,8 @@ dependencies {
if (platform.isLegacyForge) { if (platform.isLegacyForge) {
compileOnly("org.spongepowered:mixin:0.7.11-SNAPSHOT") compileOnly("org.spongepowered:mixin:0.7.11-SNAPSHOT")
shade("cc.polyfrost:oneconfig-wrapper-launchwrapper:1.0.0-beta+") shade("cc.polyfrost:oneconfig-wrapper-launchwrapper:1.0.0-beta+")
compileOnly("org.projectlombok:lombok:1.18.26")
annotationProcessor("org.projectlombok:lombok:1.18.26")
} }
} }