diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 2c3d615..20eea53 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" + ] + } + } } }