Changelog:
- Backported the Boring Default Game Rules 1.0.3+1.19.4 update to Minecraft 1.19.2
- Set the default value of
$schema
on the config file to""
if thegenerate_new_schema
option is set to false - Fixed potential trouble with double-type game rules
Changelog
- Updated to Minecraft 1.19.4
- Fixed critical issues involving the config system and attempts to change number-based game rules
- Moved the mod config manager's initialization points to the client and server mod initializers, fixing issues with servers and fixing potential issues with clients
- Updated the English and Brazilian Portuguese text in order to be more concise
- Cleaned up the code
Changelog
- Updated to Minecraft 1.19.2
- Switched to the Quilt toolchain
- Overhauled the config system
- Added a proper config screen for this mod, allowing for much easier configuration
- This screen is accessible through not only Mod Menu, but also Vanilla's Game Rules screen
- Added an easy option to reset to the original default
- Migrated the system to Quilt Config
- The config file is now located at
.minecraft/config/boring_default_game_rules/config.json
- Removed config hot-reloading. It is no longer necessary
- The config file is now located at
- Added the ability to regenerate the path to the schema by setting
"$schema"
to"GENERATE_ME"
- Improved the experience of disabling the automatic JSON Schema generation
- Added a proper config screen for this mod, allowing for much easier configuration
- Migrated to the
io.github.ennuil.boring_default_game_rules
package - Added a 64x variant of the icon in order to prevent it from being butchered on Mod Menu