Changelog
- Updated to Minecraft 1.21.3
- Added support for game rules with feature flag dependencies
Changelog
- Removed
GENERATE_ME
andGENERATE_ME_MAYBE
options from the$schema
field since they aren't necessary anymore
Changelog
- Improved compatibility with IDEs by using a relative file path for
$schema
- As a side-effect, this allows modpack authors to not worry at all about leaking file paths
- Improved file sizes with Hissboom
- Updated dependencies
Changelog
- Ported to Minecraft 1.21
- Activated Money Machine 2 (ported to Fabric)
- Added support for vanilla's bounded int game rules
- Can someone please kill Fabric's version?
Changelog
- Migrated everything to newer Quilt Config APIs
- Added the actual game rule descriptions to the JSON Schema
- Moved all non-FAPI accessors to access wideners
- Attempted to fix client translations
- Removed Machete
- Removed mixin refmap
Changelog
- Updated to Minecraft 1.20
- Activated Machete for small file size savings
Changelog:
- 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:
- 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.3
- Fixed the "Reset to Default" button resetting the page scroll
- Cleaned up the code
Changelog
- Fixed a crash caused by mixin issues on using this mod on servers
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
Changelog:
Updated to Minecraft 1.18.1
Did microscopic changes around the code (hence 0.1.2, not 0.1.1)
Changelog:
Fixed a crash that happened due to using a client event on a server
Switched the method of getting translations to one that worked outside the client
Added missing information to fabric.mod.json
Initial release. While it's not a 1.0.0 release, it should be stable enough for daily use