2 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
2 changed files with 2 additions and 2 deletions

View File

@@ -43,7 +43,7 @@ general {
B:enableOcclusionTweaks=false B:enableOcclusionTweaks=false
# When true, the Phosphor backport is enabled. Disabling is not recommended as it will generally add lag. [default: true] # 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 B:enableThreadedChunkUpdates=false
# Fix vanilla issues with entities spawned as part of structures not being marked persistent (e.g. MC-108664) [default: true] # 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 B:fixFluidContainerRegistryKey=true
# Replace recursion with iteration in FontRenderer line wrapping code [default: 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] # Fix windowId being set on openContainer even if openGui failed [default: true]
B:fixForgeOpenGuiHandlerWindowId=true B:fixForgeOpenGuiHandlerWindowId=true