dotBlueShoes / MS_Fogger

Minecraft Mod for 1.12.2 giving more control over Fog.
GNU General Public License v3.0
0 stars 1 forks source link

Fog End Decreases Too Quickly #2

Open naqaden opened 5 months ago

naqaden commented 5 months ago

I experienced a glitch with the end value decreasing faster than the start value.

For example if DefaultWhereTheFogStarts=0.8 and DefaultWhereTheFogEnds=0.95 and you enter a FogDefinitionMap of minecraft:plains 0.0 foggy with FogDefinitions foggy 0.1 0.5, the end will shift from 0.95 to 0.5 too quickly, while the start changes from 0.8 to 0.1 relatively slowly.

For a time during this transition, the end will be smaller than the start, resulting in flipped fog. It's fully foggy near you until the end value, which is already 0.5, then fades outward until the start value, which is slowly decreasing from 0.8, still above 0.5. Beyond the start is clear. Eventually the start drops below 0.5, and the fog flips back to normal (clear near you until the start, full fog beyond the end).

Since development isn't active for now, this serves more as a warning to other users. I recommend just not having very different end values. I'm setting all of mine to the same value to avoid this problem.

dotBlueShoes commented 3 months ago

Today I tried to actually run my build environment but with sadness I must inform that I officially stop working on this project. I wish i could easly view and compile code I wrote but the whole environment I was using is now deprecated.

There are few issues:

  1. Stupid forge deprecation Policy.
  2. The fact that i really don't enjoy writting code in java. Especially when I have to deal with deprecation.
  3. I am not having fun and I just spend hours.

Basically I prob. should change the mdk version. I prob. have to change IntelliJ version to older. I might also need to change the jdk version (I remember I had that error before...) and it's not fun for me. Prob. not for anyone. Aside from that forge forums are a massive pain in the ass and I simply don't know where to look for help with issues that I myself don't understand.

I might in future port this mod to Minecraft BTA - a mod with an awesome community I highly reccomend or maybe to a newer minecraft version.