File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed
src/main/kotlin/org/polyfrost/polysprint Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ pluginManagement {
2424
2525 plugins {
2626 kotlin(" jvm" ) version(" 2.0.0" )
27- id(" dev.deftu.gradle.multiversion-root" ) version(" 2.18.1 " )
27+ id(" dev.deftu.gradle.multiversion-root" ) version(" 2.18.2 " )
2828 }
2929}
3030
Original file line number Diff line number Diff line change @@ -23,12 +23,7 @@ import net.minecraftforge.fml.relauncher.CoreModManager
2323import org.polyfrost.oneconfig.api.ui.v1.Notifications
2424// #endif
2525
26- // #if FORGE && MC <= 1.12.2
27- import org.spongepowered.asm.lib.tree.ClassNode
28- // #else
29- // $$ import org.objectweb.asm.tree.ClassNode
30- // #endif
31-
26+ import org.objectweb.asm.tree.ClassNode
3227import org.spongepowered.asm.mixin.extensibility.IMixinConfigPlugin
3328import org.spongepowered.asm.mixin.extensibility.IMixinInfo
3429
You can’t perform that action at this time.
0 commit comments