Перейти к содержимому
Mineforgian

Boring Default Game Rules

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

21K загрузок22 подписчиковMITfabricquilt

Обновлён 14 июня 2025 г. · опубликован 7 сентября 2021 г.

  • Config Screen (1.3.0+1.21.3)
  • Config Access (1.3.0+1.21.3)
  • Config Screen — Resetting (1.3.0+1.21.3)

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
}

Версии

ВерсияКаналИграЗагрузчикиДатаСкачать
2.0.0+1.21.5Релиз1.21.5, 1.21.6, 1.21.7, 1.21.8fabric, quilt14 июня 2025 г..jar (37 КБ)
1.3.0+1.21.3Релиз1.21.5-pre3, 1.21.5-rc1, 1.21.5-rc2, 1.21.5fabric, quilt25 октября 2024 г..jar (309 КБ)
1.2.1+1.21.1Релиз1.20.6, 1.21, 1.21.1fabric, quilt25 октября 2024 г..jar (308 КБ)
1.2.0+1.21.1Релиз1.20.6, 1.21, 1.21.1fabric, quilt23 октября 2024 г..jar (308 КБ)
1.1.0+1.20.6Релиз1.21-rc1, 1.21, 1.21.1-rc1, 1.21.1fabric, quilt10 июня 2024 г..jar (413 КБ)
1.1.0+1.20.1Релиз1.20, 1.20.1, 1.20.2, 1.20.4quilt10 июня 2024 г..jar (61 КБ)
1.0.5+1.20Релиз1.20, 1.20.1, 1.20.2, 1.20.4quilt8 июня 2023 г..jar (37 КБ)
1.0.4+1.19.4Релиз1.19.4quilt24 марта 2023 г..jar (43 КБ)
1.0.4+1.19.2Релиз1.19.2quilt24 марта 2023 г..jar (42 КБ)
1.0.3+1.19.4Релиз1.19.4quilt24 марта 2023 г..jar (42 КБ)
1.0.2+1.19.3Релиз1.19.3quilt1 января 2023 г..jar (44 КБ)
1.0.1+1.19.2Релиз1.19.2quilt10 октября 2022 г..jar (43 КБ)
1.0.0+1.19.2Релиз1.19.2quilt18 августа 2022 г..jar (42 КБ)
0.1.2+1.18.1Релиз1.18, 1.18.1fabric5 января 2022 г..jar (21 КБ)
0.1.1+1.17.1Релиз1.17, 1.17.1fabric10 сентября 2021 г..jar (21 КБ)

Показаны последние 15 из 16 версий. Все версии — на Modrinth.

Ченджлог

2.0.0+1.21.5Релиз1.21.6, 1.21.7, 1.21.8 · 14 июня 2025 г.

Changelog

  • Rewritten the config system completely, eliminating a heavy library in the mod
    • The config file format hasn't been changed and therefore no compatibility has been broken
  • Fixed an issue where changes weren't applied to the default value of feature flag-gated game rules
  • Added a confirm prompt to the "Reset Defaults" button
  • Optimized the config system as well as the mod itself
  • Updated codebase to Minecraft 1.21.5
    • Minecraft 1.21.2-1.21.4 continues to be supported on this version
  • Fixed support for Minecraft 1.21.6
  • Removed Hissboom JAR processing
  • Paved way towards NeoForge support
1.3.0+1.21.3Релиз1.21.5-rc1, 1.21.5-rc2, 1.21.5 · 25 октября 2024 г.

Changelog

  • Updated to Minecraft 1.21.3
  • Added support for game rules with feature flag dependencies
1.2.1+1.21.1Релиз1.20.6, 1.21, 1.21.1 · 25 октября 2024 г.

Changelog

  • Removed GENERATE_ME and GENERATE_ME_MAYBE options from the $schema field since they aren't necessary anymore
1.2.0+1.21.1Релиз1.20.6, 1.21, 1.21.1 · 23 октября 2024 г.

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
1.1.0+1.20.6Релиз1.21, 1.21.1-rc1, 1.21.1 · 10 июня 2024 г.

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?
1.1.0+1.20.1Релиз1.20.1, 1.20.2, 1.20.4 · 10 июня 2024 г.

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
1.0.5+1.20Релиз1.20.1, 1.20.2, 1.20.4 · 8 июня 2023 г.

Changelog

  • Updated to Minecraft 1.20
  • Activated Machete for small file size savings
1.0.4+1.19.4Релиз1.19.4 · 24 марта 2023 г.

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 with double-type game rules

Полная история изменений — на Modrinth.

Комментарии

Загружаем…