Sprache

Boring Default Game Rules

Boring Default Game Rules

Modrinth

A mod that allows to change the default game rule values through convenient methods.

20.7k Downloads 22 Follower aktualisiert 12mo ago
neueste v2.0.0+1.21.5 Modrinth
Fabric Quilt 1.17 – 1.21.8 Game-mechanicsManagementUtility

Boring Default Game Rules

Banner for the Boring Default Game Rules mod

Boring Default Game Rules is a simple mod that allows for changing the default values of all games rules. This mod aims to be the most convenient way to edit the default values of a game rule by not only offering a config screen, but also easy off-game configuration by generating a JSON Schema!

Part of the Boring series. Don't forget to check out Boring Backgrounds and Damage Incorporated!

Dependencies

As of Minecraft 1.20.6+, this mod requires Fabric API and either Fabric Loader or Quilt Loader.

This mod also has optional support with Mod Menu.

Configuration

With this mod, there are two main methods in which you can edit the default game rules.

The main way to edit the defaults is through the "Edit Default Game Rules" screen, which can be opened either thanks to a button at the bottom of Vanilla's "Game Rules" screen or through the mod's config button on Mod Menu. On this screen, you can change the defaults like you would change the game rule values on a regular world, with a "Reset Defaults" button being available at the bottom of the list if needed.

However, If you aren't in-game and have at least started it once, don't worry! There is a config file is located at .minecraft/config/boring_default_game_rules/config.json, and if you have a JSON Schema-compatible editor (Visual Studio Code is recommended if you have none), it will make use of the automatically-generated JSON Schema in order to enhance your editing experience! The generated JSON Schema contains not only documentation on the config itself, but also provides suggestions for all game rules detected on the game.

Below here is the commented format (if you are offline, the JSON Schema also contains information about the options):

{
    // The file path of this mod's JSON schema. Don't worry about changing this value!
    "$schema": "config.schema.json",
    // A map of game rules and the new default value that will override the original
    "default_game_rules": {
        // This will set "keepInventory" to true as the default value
        // Autocompletions are provided by the JSON schema, so don't worry about having to memorize all game rule options
        "keepInventory": true
    },
    // Defines if a JSON schema should be generated or not. Only disable this if you know what you are doing
    "generate_json_schema": true
}

Versionen

Release
2.0.0+1.21.5
fabric, quilt · 1.21.2, 1.21.3, 1.21.4 · 12mo ago
## Changelog - Rewritten the config system completely, eliminating a heavy library in the mod - The config file format hasn't been changed and therefore no…
3.7k
Release
1.3.0+1.21.3
fabric, quilt · 1.21.2, 1.21.3, 1.21.4 · 20mo ago
## Changelog - Updated to Minecraft 1.21.3 - Added support for game rules with feature flag dependencies
2.1k
Release
1.2.1+1.21.1
fabric, quilt · 1.20.6, 1.21, 1.21.1 · 20mo ago
## Changelog - Removed `GENERATE_ME` and `GENERATE_ME_MAYBE` options from the `$schema` field since they aren't necessary anymore
1.1k
Release
1.2.0+1.21.1
fabric, quilt · 1.20.6, 1.21, 1.21.1 · 20mo ago
## 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…
164
Release
1.1.0+1.20.6
fabric, quilt · 1.20.5, 1.20.6, 1.21-pre4 · 24mo ago
### Changelog - Ported to Minecraft 1.21 - Activated Money Machine 2 (ported to Fabric) - Added support for vanilla's bounded int game rules - Can someone…
564
Release
1.1.0+1.20.1
quilt · 1.20, 1.20.1, 1.20.2 · 24mo ago
### Changelog - Migrated everything to newer Quilt Config APIs - Added the actual game rule descriptions to the JSON Schema - Moved all non-FAPI accessors to…
586
Release
1.0.5+1.20
quilt · 1.20, 1.20.1, 1.20.2 · 36mo ago
### Changelog - Updated to Minecraft 1.20 - Activated Machete for small file size savings
5.1k
Release
1.0.4+1.19.4
quilt · 1.19.4 · 39mo ago
### Changelog: - Set the default value of `$schema` on the config file to `""` if the `generate_new_schema` option is set to false - Fixed potential trouble…
321
Release
1.0.4+1.19.2
quilt · 1.19.2 · 39mo ago
### Changelog: - Backported the [Boring Default Game Rules 1.0.3+1.19.4](https://modrinth.com/mod/boring-default-game-rules/version/1.0.3+1.19.4) update to…
5.1k
Release
1.0.3+1.19.4
quilt · 1.19.4 · 39mo ago
### Changelog - Updated to Minecraft 1.19.4 - Fixed critical issues involving the config system and attempts to change number-based game rules - Moved the…
268
Release
1.0.2+1.19.3
quilt · 1.19.3 · 42mo ago
### Changelog - Updated to Minecraft 1.19.3 - Fixed the "Reset to Default" button resetting the page scroll - Cleaned up the code
202
Release
1.0.1+1.19.2
quilt · 1.19.2 · 44mo ago
### Changelog - Fixed a crash caused by mixin issues on using this mod on servers
582

Kommentare 0

Noch keine Kommentare. Sei der Erste, der seine Meinung teilt.