Skip to content

Commit

Permalink
Update InstallerItem.java
Browse files Browse the repository at this point in the history
  • Loading branch information
ShirosakiMio committed Feb 11, 2024
1 parent 7433063 commit b91102f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion FCL/src/main/java/com/tungsten/fcl/ui/InstallerItem.java
Original file line number Diff line number Diff line change
Expand Up @@ -162,10 +162,11 @@ public InstallerItemGroup(Context context, String gameVersion) {
quilt = new InstallerItem(context, QUILT);
quiltApi = new InstallerItem(context, QUILT_API);

mutualIncompatible(forge, fabric, quilt, neoForge, liteLoader);
mutualIncompatible(forge, fabric, quilt, neoForge);
addIncompatibles(optiFine, fabric, quilt, neoForge);
addIncompatibles(fabricApi, forge, quilt, quiltApi, neoForge, liteLoader, optiFine);
addIncompatibles(quiltApi, forge, fabric, fabricApi, neoForge, liteLoader, optiFine);
addIncompatibles(liteLoader, fabric, quilt, neoForge);

InvalidationListener listener = o -> {
for (Map.Entry<InstallerItem, Set<InstallerItem>> entry : incompatibleMap.entrySet()) {
Expand Down

0 comments on commit b91102f

Please sign in to comment.