Add REI support
Changes
- Add support for 1.19.1
- Add compatibility with REI (Roughly Enough Items)
Fixes
- Fix save file not being read properly
Changes
- Complete rewrite of the mod.
- Uses hex instead of rgb. This makes it more intuitive for custom colors.
- Custom command completion for hex colors.
- More understandable save file incase someone wants to edit that. (pls dont)
- Preserves custom style on GUI's using vanilla text tags.
Warning
- This is major version increment and is therefore not compatible with older save file of the mod. You have to set the the color again.
- To do this, open the old save file
- Copy the number in it
- Use any decimal to hex converter to convert that number to hex
- Launch the game and use the command to set that specific hex without the
0x
or#
prefix. Example:/betterdarkmode custom 404040
Fix a crash when first time launching the game with mod Some code cleanup
Changes
- Now uses fabric api
- Java 8 compatible
- Cross version compatibility. Works on version from 1.16.5 to 1.18.1
This version is for FORGE 1.16.5
This version is for FORGE 1.17.1
Update 1.0.2
More screens!
- Added merchant screen
- Added inventory and creative inventory screen
Command available on servers
- Command
/betterdarkmode
can be used on servers now. Previously it only worked on single player
Some minor code structure changes
Changelog
- Added custom color support. Users can now choose color of their choice with
betterdarkmode custom r g b
- Fixed bug where it was modifying text at unintended places
- Made it more compatibility friendly
Mod has been tested and works for 1.16.5, 1.17.1