()
| 2067 | } |
| 2068 | |
| 2069 | public static boolean isOldLighting() |
| 2070 | { |
| 2071 | return !configOldLighting.isDefault() ? configOldLighting.isTrue() : (!shaderPackOldLighting.isDefault() ? shaderPackOldLighting.isTrue() : true); |
| 2072 | } |
| 2073 | |
| 2074 | public static boolean isRenderShadowTranslucent() |
| 2075 | { |
no test coverage detected