ChiselsAndBits / FlatColoredBlocks

A Minecraft mod about building with vast quantities of colored blocks.
http://minecraft.curseforge.com/projects/flat-colored-blocks
MIT License
20 stars 13 forks source link

Hue shades values that are divisors of 360 (eg. 72) will crash the game during loading. #63

Closed pressRtowin closed 5 years ago

pressRtowin commented 5 years ago

It erroneously claims that your max value isn't greater than your min.

AlgorithmX2 commented 5 years ago

With everything else as the default I adjusted HUE_SHADES to 72 for each normal, glowing and transparent. The game started fine.

AlgorithmX2 commented 5 years ago

I changed the range to 0.0 -> 1.0 for hues, and still no crash. It might be easier to reproduce if you just pastebin the config that produces a crash.

pressRtowin commented 5 years ago

Maybe try setting the exponent to 1? I believe this is the exact settings I was using when it was crashing: flatcoloredblocks.cfg.txt

AlgorithmX2 commented 5 years ago

Should be fixed in v6.8