This commit is contained in:
James Seibel
2023-05-06 19:06:20 -05:00
@@ -5,7 +5,4 @@ import java.awt.*;
public interface IBCLibAccessor extends IModAccessor {
/** Sets the BCLib custom fog renderer */
void setRenderCustomFog(boolean newValue);
/** Gets the BCLib fog color */
Color getFogColor();
}