The Lost Cities

The Lost Cities

59M Downloads

Fog density resetting upon re-entry

jelaw21 opened this issue ยท 0 comments

commented

Forge Version: 14.23.5.2784
Lost Cities Version: 1.12-2.0.12
I set the fog values accordingly for the wasteland profile:

client_wasteland{
    # This is used client-side (but only if the client has this mod) for the fog color [range: -1.0 ~ 1.0, default: -1.0]
    S:fogBlue=0.3

    # This is used client-side (but only if the client has this mod) for the fog density [range: -1.0 ~ 1.0, default: -1.0]
    S:fogDensity=0.1

    # This is used client-side (but only if the client has this mod) for the fog color [range: -1.0 ~ 1.0, default: -1.0]
    S:fogGreen=0.3

    # This is used client-side (but only if the client has this mod) for the fog color [range: -1.0 ~ 1.0, default: -1.0]
    S:fogRed=0.3

    # This is used client-side (but only if the client has this mod) to set the height of the horizon [range: -1.0 ~ 256.0, default: -1.0]
    S:horizon=-1.0
}

I then traveled to the Lost cities dimension via bed teleport and when I teleported back to Wasteland, via bed, there was no fog density. The color remained, as I can see it in the horizon, but it wasn't surrounded me as before. Pictures below:

2018-12-12_11 40 13
BEFORE

2018-12-12_11 40 52
LOST CITIES DIM

2018-12-12_11 41 08
AFTER