diff --git a/src/main/kotlin/facet/MinecraftFacetEditorTab.form b/src/main/kotlin/facet/MinecraftFacetEditorTab.form index 9fee0bde1..ede53ece3 100644 --- a/src/main/kotlin/facet/MinecraftFacetEditorTab.form +++ b/src/main/kotlin/facet/MinecraftFacetEditorTab.form @@ -1,6 +1,6 @@
- + @@ -66,18 +66,9 @@ - - - - - - - - - - + @@ -86,7 +77,7 @@ - + @@ -95,7 +86,7 @@ - + @@ -142,17 +133,9 @@ - - - - - - - - - + @@ -160,7 +143,7 @@ - + @@ -168,7 +151,7 @@ - + @@ -238,18 +221,9 @@ - - - - - - - - - - + @@ -259,7 +233,7 @@ - + @@ -269,7 +243,7 @@ - + @@ -322,18 +296,9 @@ - - - - - - - - - - + @@ -342,7 +307,7 @@ - + @@ -351,7 +316,7 @@ - + @@ -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 @@ - + diff --git a/src/main/kotlin/facet/MinecraftFacetEditorTab.kt b/src/main/kotlin/facet/MinecraftFacetEditorTab.kt index a2f5956ed..dfa4c6c44 100644 --- a/src/main/kotlin/facet/MinecraftFacetEditorTab.kt +++ b/src/main/kotlin/facet/MinecraftFacetEditorTab.kt @@ -37,8 +37,6 @@ class MinecraftFacetEditorTab(private val configuration: MinecraftFacetConfigura 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 @@ class MinecraftFacetEditorTab(private val configuration: MinecraftFacetConfigura forgeEnabledCheckBox, fabricEnabledCheckBox, architecturyEnabledCheckBox, - liteloaderEnabledCheckBox, mcpEnabledCheckBox, mixinEnabledCheckBox, bungeecordEnabledCheckBox, @@ -84,7 +81,6 @@ class MinecraftFacetEditorTab(private val configuration: MinecraftFacetConfigura forgeAutoCheckBox, fabricAutoCheckBox, architecturyAutoCheckBox, - liteloaderAutoCheckBox, mcpAutoCheckBox, mixinAutoCheckBox, bungeecordAutoCheckBox, @@ -183,7 +179,6 @@ class MinecraftFacetEditorTab(private val configuration: MinecraftFacetConfigura ) } - liteloaderEnabledCheckBox.addActionListener { also(liteloaderEnabledCheckBox, mcpEnabledCheckBox) } mixinEnabledCheckBox.addActionListener { also(mixinEnabledCheckBox, mcpEnabledCheckBox) } bungeecordEnabledCheckBox.addActionListener { unique(bungeecordEnabledCheckBox, waterfallEnabledCheckBox) } diff --git a/src/main/resources/assets/icons/platform/LiteLoader.png b/src/main/resources/assets/icons/platform/LiteLoader.png deleted file mode 100644 index 929d4eb7d..000000000 Binary files a/src/main/resources/assets/icons/platform/LiteLoader.png and /dev/null differ diff --git a/src/main/resources/assets/icons/platform/LiteLoader@2x.png b/src/main/resources/assets/icons/platform/LiteLoader@2x.png deleted file mode 100644 index 14d7fcbb2..000000000 Binary files a/src/main/resources/assets/icons/platform/LiteLoader@2x.png and /dev/null differ