From c135571029cc96539d754f18f1b8e37e7944091d Mon Sep 17 00:00:00 2001 From: LostLuma Date: Thu, 28 Sep 2023 05:20:32 +0200 Subject: [PATCH] Fix incompatibility with Dynamic FPS' screen optimization --- src/main/resources/fabric.mod.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 2c3d615e..20eea538 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -42,5 +42,14 @@ "breaks": { "forcecloseloadingscreen": "*", "ksyxis": "*" + }, + "custom": { + "dynamic_fps": { + "optimized_screens": { + "disabled": [ + "io.github.bumblesoftware.fastload.client.BuildingTerrainScreen" + ] + } + } } }