File tree Expand file tree Collapse file tree 3 files changed +2
-12
lines changed
common/src/main/java/net/raphimc/immediatelyfast
fabric/src/main/resources Expand file tree Collapse file tree 3 files changed +2
-12
lines changed Original file line number Diff line number Diff line change @@ -105,6 +105,7 @@ It should work fine with most if not all mods and modpacks.
105105Known incompatibilities:
106106
107107- OptiFabric / OptiFine
108+ - VulkanMod
108109- Most closed source "clients" like LunarClient and LabyMod
109110
110111If you encounter any issues, please report them on the [ Issue Tracker] ( https://github.com/RaphiMC/ImmediatelyFast/issues ) .
Original file line number Diff line number Diff line change @@ -52,14 +52,6 @@ public static void earlyInit() {
5252 if (config != null ) return ;
5353
5454 ImmediatelyFast .loadConfig ();
55-
56- if (!config .debug_only_and_not_recommended_disable_mod_conflict_handling ) {
57- if (config .hud_batching && PlatformCode .getModVersion ("slight-gui-modifications" ).isPresent ()) {
58- LOGGER .warn ("Slight GUI Modifications detected. Force disabling HUD Batching optimization." );
59- config .hud_batching = false ;
60- }
61- }
62-
6355 ImmediatelyFast .createRuntimeConfig ();
6456 ImmediatelyFastApi .setApiImpl (new ApiAccessImpl ());
6557
Original file line number Diff line number Diff line change 2727 "recommends" : {
2828 "sodium" : " *"
2929 },
30- "conflicts" : {
31- "slight-gui-modifications" : " *" ,
32- "vulkanmod" : " *"
33- },
3430 "breaks" : {
3531 "optifabric" : " *" ,
32+ "vulkanmod" : " *" ,
3633 "memoryleakfix" : " <=1.1.1"
3734 },
3835 "custom" : {
You can’t perform that action at this time.
0 commit comments