From 4e3b108f2bb626c717ad0bdae990b82982dd4aa2 Mon Sep 17 00:00:00 2001 From: RaphiMC <50594595+RaphiMC@users.noreply.github.com> Date: Sat, 25 Jan 2025 21:06:13 +0100 Subject: [PATCH] Added VulkanMod to the list of incompatible mods --- README.md | 1 + .../java/net/raphimc/immediatelyfast/ImmediatelyFast.java | 8 -------- fabric/src/main/resources/fabric.mod.json | 5 +---- 3 files changed, 2 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 57b8bda9..91d51a9b 100644 --- a/README.md +++ b/README.md @@ -105,6 +105,7 @@ It should work fine with most if not all mods and modpacks. Known incompatibilities: - OptiFabric / OptiFine +- VulkanMod - Most closed source "clients" like LunarClient and LabyMod If you encounter any issues, please report them on the [Issue Tracker](https://github.com/RaphiMC/ImmediatelyFast/issues). diff --git a/common/src/main/java/net/raphimc/immediatelyfast/ImmediatelyFast.java b/common/src/main/java/net/raphimc/immediatelyfast/ImmediatelyFast.java index f436274f..15f079ae 100644 --- a/common/src/main/java/net/raphimc/immediatelyfast/ImmediatelyFast.java +++ b/common/src/main/java/net/raphimc/immediatelyfast/ImmediatelyFast.java @@ -53,14 +53,6 @@ public static void earlyInit() { ImmediatelyFast.loadConfig(); - if (!config.debug_only_and_not_recommended_disable_mod_conflict_handling) { - if (config.hud_batching && PlatformCode.getModVersion("slight-gui-modifications").isPresent()) { - LOGGER.warn("Slight GUI Modifications detected. Force disabling HUD and Screen Batching optimization."); - config.hud_batching = false; - config.experimental_screen_batching = false; - } - } - if (config.experimental_screen_batching && !config.hud_batching) { LOGGER.warn("Screen Batching is enabled but HUD Batching is disabled. Disabling Screen Batching."); config.experimental_screen_batching = false; diff --git a/fabric/src/main/resources/fabric.mod.json b/fabric/src/main/resources/fabric.mod.json index 5db14086..35797c44 100644 --- a/fabric/src/main/resources/fabric.mod.json +++ b/fabric/src/main/resources/fabric.mod.json @@ -27,12 +27,9 @@ "recommends": { "sodium": "*" }, - "conflicts": { - "slight-gui-modifications": "*", - "vulkanmod": "*" - }, "breaks": { "optifabric": "*", + "vulkanmod": "*", "memoryleakfix": "<=1.1.1" }, "custom": {