3 Commits

Author SHA1 Message Date
2f029191d0 1.13.2.3 2025-12-25 17:35:18 +01:00
5182feaaa8 disable fixFontRendererLinewrapRecursion in hodgepodge
-> fix incompatibility with hextext and any other mod
2025-12-24 17:13:23 +01:00
06af1ad1b6 disable font renderer by default 2025-12-23 05:38:23 +01:00
3 changed files with 3 additions and 3 deletions

View File

@@ -43,7 +43,7 @@ general {
B:enableOcclusionTweaks=false
# When true, the Phosphor backport is enabled. Disabling is not recommended as it will generally add lag. [default: true]
B:enablePhosphor=true
B:enablePhosphor=false
B:enableThreadedChunkUpdates=false
# Fix vanilla issues with entities spawned as part of structures not being marked persistent (e.g. MC-108664) [default: true]

View File

@@ -170,7 +170,7 @@ fixes {
B:fixFluidContainerRegistryKey=true
# Replace recursion with iteration in FontRenderer line wrapping code [default: true]
B:fixFontRendererLinewrapRecursion=true
B:fixFontRendererLinewrapRecursion=false
# Fix windowId being set on openContainer even if openGui failed [default: true]
B:fixForgeOpenGuiHandlerWindowId=true

View File

@@ -17,7 +17,7 @@ general {
B:enableDynamicLights=true
# Batch drawScreen fonts [Experimental] [default: true]
B:enableFontRenderer=true
B:enableFontRenderer=false
# Renders the HUD elements once per 20 frames (by default) and reuses the pixels to improve performance. [Experimental] [default: true]
B:enableHudCaching=true