Fixed BCLib compat 1.19.4+

This commit is contained in:
coolGi
2023-08-25 00:09:57 +09:30
parent d9b969e7a7
commit a41afa0dbf
@@ -22,6 +22,8 @@ public class BCLibAccessor implements IBCLibAccessor
// Change the value of CUSTOM_FOG_RENDERING in the bclib client config
// This disabled fog from rendering within bclib
Configs.CLIENT_CONFIG.set(ClientConfig.CUSTOM_FOG_RENDERING, newValue);
#else
Configs.CLIENT_CONFIG.set(ClientConfig.CUSTOM_FOG_RENDERING, newValue);
#endif
}