For any development related issues/bugs/suggestions please visit: https://discord.gg/b35rQvS
The download to the jar is here: https://www.curseforge.com/minecraft/mc-mods/devjg-fullbright
These tips/instructions are listed as steps for readability, but can be executed in any order:
- Press the 'B' button to cycle between each FullBright mode - this can be changed in the controls menu.
- Use /fb or /fullbright to access the GUI. All configurations are available in this menu.
- You can change the "transition speed" in the GUI, which is how fast and smooth the cycle button will transition from one brightness level to another.
- A transition speed of 0 means that the change from one brightness level to the next will be instant.
- A higher transition speed will result in a faster fade through brightness levels.
- Set "Change w/ Light Level" to true to have the mod automatically adjust the brightness level based on the current light level around you.
- You can disable the FullBright chat messages by turning Notifications to false.
- Add one-time message for new users to say how to use the mod in chat on login
- Add crash detection that reverts settings to default if there's 2 or more crashes
- Make Auto-Adjust Brightness Level work via an average of brightness levels around the player to avoid flickering
- Fix FB not working with all Texture Packs
- A secret overhaul?
- Add a "LightFix"
- Add Shader support
Auto-adjust FullBrightAdd a slider instead of 3 options to choose the transition speed custom
- Changed the code a lot.
- Changed increment/transition speeds so they are faster.
- Added linear interpolation while changing between brightness levels to make it more bearable.
- Added chat notification toggle button.
- Changed the name of the keybinding in the controls menu.
- Changed the highest brightness level to be slightly higher than in the previous version to avoid blocklight level 0 still appearing to be slightly dark.
- Fixed the bug where the nextLevel to transition to isn't properly defined on game launch.
- Fixed critical bug that crashed players who have never used the mod before due to them not having an already generated config file.
- Fixed a slight bug with instant mode not notifying of the correct brightness level being set, but instead notifying about the previous light level in chat. (Lazy temporary fix).
- Fixed various issues and crashes.
- Added an auto adjust that allows the user to see shadows until they enter the shadow area, in which case the mod automatically turns the brightness up.
- Changed the button transition speed to a slider so the transition speed can be more customized by the user.