From 5182feaaa83316ca050ad949053c2bc46c421df0 Mon Sep 17 00:00:00 2001 From: Pilzinsel64 Date: Wed, 24 Dec 2025 17:13:23 +0100 Subject: [PATCH] disable fixFontRendererLinewrapRecursion in hodgepodge -> fix incompatibility with hextext and any other mod --- both/config/hodgepodge.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/both/config/hodgepodge.cfg b/both/config/hodgepodge.cfg index 82968da..db9800b 100644 --- a/both/config/hodgepodge.cfg +++ b/both/config/hodgepodge.cfg @@ -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