User: mysterious_dev Date: 30 Apr 23 12:34 Revision: f0c70dd7f28134214003dd6bcf61a120781052a4 Summary: Finish delete liteloader references (#2018) * Begin Work * Finish TeamCity URL: https://ci.mcdev.io/viewModification.html?tab=vcsModificationFiles&modId=8478&personal=false The following binary files were skipped: src/main/resources/assets/icons/platform/LiteLoader.png src/main/resources/assets/icons/platform/LiteLoader@2x.png Index: src/main/kotlin/facet/MinecraftFacetEditorTab.form =================================================================== --- src/main/kotlin/facet/MinecraftFacetEditorTab.form (revision 2ff36bcc6f2c6bf6e865ba4ec7730534be702877) +++ src/main/kotlin/facet/MinecraftFacetEditorTab.form (revision f0c70dd7f28134214003dd6bcf61a120781052a4) @@ -1,6 +1,6 @@
- + @@ -66,27 +66,18 @@ - + - - - - - - - - - - + @@ -95,7 +86,7 @@ - + @@ -142,25 +133,17 @@ - + - - - - - - - - - + @@ -168,7 +151,7 @@ - + @@ -238,28 +221,19 @@ - + - - - - - - - - - - + @@ -269,7 +243,7 @@ - + @@ -322,7 +296,7 @@ - + @@ -331,7 +305,7 @@ - + @@ -340,18 +314,9 @@ - - - - - - - - - - + @@ -360,7 +325,7 @@ - + @@ -368,7 +333,7 @@ - + @@ -376,7 +341,7 @@ - + @@ -385,7 +350,7 @@ - + @@ -394,7 +359,7 @@ - + @@ -403,7 +368,7 @@ - + @@ -412,7 +377,7 @@ - + @@ -421,7 +386,7 @@ - + @@ -463,7 +428,7 @@ - + @@ -472,12 +437,12 @@ - + - + @@ -485,7 +450,7 @@ - + @@ -494,7 +459,7 @@ - + Index: src/main/kotlin/facet/MinecraftFacetEditorTab.kt =================================================================== --- src/main/kotlin/facet/MinecraftFacetEditorTab.kt (revision 2ff36bcc6f2c6bf6e865ba4ec7730534be702877) +++ src/main/kotlin/facet/MinecraftFacetEditorTab.kt (revision f0c70dd7f28134214003dd6bcf61a120781052a4) @@ -37,8 +37,6 @@ private lateinit var fabricAutoCheckBox: JCheckBox private lateinit var architecturyEnabledCheckBox: JCheckBox private lateinit var architecturyAutoCheckBox: JCheckBox - private lateinit var liteloaderEnabledCheckBox: JCheckBox - private lateinit var liteloaderAutoCheckBox: JCheckBox private lateinit var mcpEnabledCheckBox: JCheckBox private lateinit var mcpAutoCheckBox: JCheckBox private lateinit var mixinEnabledCheckBox: JCheckBox @@ -65,7 +63,6 @@ forgeEnabledCheckBox, fabricEnabledCheckBox, architecturyEnabledCheckBox, - liteloaderEnabledCheckBox, mcpEnabledCheckBox, mixinEnabledCheckBox, bungeecordEnabledCheckBox, @@ -84,7 +81,6 @@ forgeAutoCheckBox, fabricAutoCheckBox, architecturyAutoCheckBox, - liteloaderAutoCheckBox, mcpAutoCheckBox, mixinAutoCheckBox, bungeecordAutoCheckBox, @@ -183,7 +179,6 @@ ) } - liteloaderEnabledCheckBox.addActionListener { also(liteloaderEnabledCheckBox, mcpEnabledCheckBox) } mixinEnabledCheckBox.addActionListener { also(mixinEnabledCheckBox, mcpEnabledCheckBox) } bungeecordEnabledCheckBox.addActionListener { unique(bungeecordEnabledCheckBox, waterfallEnabledCheckBox) }