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

Configurable Everything

Adds configurability to many parts of the game

23K загрузок104 подписчиковGPL-3.0-onlyfabricquilt

Обновлён 24 марта 2026 г. · опубликован 9 июля 2023 г.

  • Custom Splash Texts
  • Sponge Nether
  • Blank World

Configurable Everything aims to add a config to almost everything in the game. We want this mod to be useful for modpack creators while giving a fun tool for normal players to play around.

Configurable Everything utilizes datapack codecs in config serialization to make advanced configs, which in turn allow for a lot of things. Here's some examples of a lot of things that this mod adds a config to:

  • Biome modification
  • Biome placement
  • Datafixers
  • Splash texts
  • Default entity attributes
  • Fluid speeds
  • Screen shaking
  • Surface rules
  • Daylight cycle speed

Configurable Everything also has datapack support, in 2 different manners, both of which can be disabled.

  1. In the Configurable Everything config folder, there is a "datapacks" folder, which will apply any valid datapacks in that folder across all worlds.

  2. Datapacks can expand upon the config files.

    • For example: A datapack can add and remove biomes by utilizing the same function as the biome placement config, instead of overwriting the dimension data.

Configurable Everything also has Kotlin scripting, but requires Fabric Kotlin Extensions to function.
Kotlin scripts can interact with the entire game's codebase, including all mods and libraries present.

Information about scripting can be found on the wiki.

Mod icon made by Merp

Версии

ВерсияКаналИграЗагрузчикиДатаСкачать
1.3.1-mc26.1Релиз26.1, 26.1.1, 26.1.2fabric24 марта 2026 г..jar (1.0 МБ)
1.3.1-mc26.1-snapshot-9Релиз26.1-snapshot-9fabric24 февраля 2026 г..jar (1.0 МБ)
1.3-mc26.1-snapshot-2Релиз26.1-snapshot-2fabric9 января 2026 г..jar (1.1 МБ)
1.3-mc1.21.11Релиз1.21.11fabric9 января 2026 г..jar (1.1 МБ)
1.3-mc1.21.10Релиз1.21.10fabric9 января 2026 г..jar (1.1 МБ)
1.3-mc1.21.8Релиз1.21.8fabric9 января 2026 г..jar (1.1 МБ)
1.3-mc1.21.5Релиз1.21.5fabric9 января 2026 г..jar (1.1 МБ)
1.3-mc1.21.4Релиз1.21.4fabric9 января 2026 г..jar (1.1 МБ)
1.3-mc1.21.3Релиз1.21.3fabric9 января 2026 г..jar (1.1 МБ)
1.3-mc1.21.1Релиз1.21.1fabric9 января 2026 г..jar (1.1 МБ)
1.2.8-mc1.21.11Релиз1.21.11fabric15 декабря 2025 г..jar (1.1 МБ)
1.2.8-mc1.21.10Релиз1.21.10fabric15 декабря 2025 г..jar (1.1 МБ)
1.2.8-mc1.21.8Релиз1.21.8fabric15 декабря 2025 г..jar (1.1 МБ)
1.2.8-mc1.21.5Релиз1.21.5fabric15 декабря 2025 г..jar (1.1 МБ)
1.2.8-mc1.21.4Релиз1.21.4fabric15 декабря 2025 г..jar (1.1 МБ)

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

Ченджлог

1.3.1-mc26.1Релиз26.1, 26.1.1, 26.1.2 · 24 марта 2026 г.
  • Updated to Kotlin 2.3.10
  • Updated minimum Fabric Language Kotlin to 1.13.9
  • Updated FrozenLib compatibility to 2.4.2+
  • Updated to FrozenLib's Config V2
    • Config modifications will now only run when configs are saved
      • Saves usually happen from cloth config GUI
    • Performance fixes
  • Added replacedBiomes to biome placement config
    • Replaces a biome or biome tag with a singular replacement biome
1.3.1-mc26.1-snapshot-9Релиз26.1-snapshot-9 · 24 февраля 2026 г.
  • Updated FrozenLib compatibility to 2.4+
  • Updated to FrozenLib's Config V2
    • Config modifications will now only run when configs are saved
      • Saves usually happen from cloth config GUI
    • Performance fixes
  • Added replacedBiomes to biome placement config
    • Replaces a biome or biome tag with a singular replacement biome
1.3-mc26.1-snapshot-2Релиз26.1-snapshot-2 · 9 января 2026 г.
  • Updated FrozenLib compatibility to 2.2.4+
    • Includes updates to config parsing for Configurable Everything
  • Updated minimum Fabric Language Kotlin version to 1.13.8
  • Updated minimum FKE version to 1.1.9
    • 2.0 on 26.1-snapshot-1
  • Implemented caching for Remapping
    • Improves loading times after first load
  • Changed the logic of modsToRemap in Scripting config
    • Selected mods will also select any children mods
    • Example: 'fabric-api' will now select all Fabric API modules
  • Added a wrapper for adding blocks via scripts more simply
    • The wiki has been updated to show an example
  • Added wrappers to allow all types of blocks to be created via scripts
  • Updated included Kotlin metadata remapper from Fabric Loom
  • Fixed rare crash with entity attribute amplifiers
  • Fixed an issue where the default config causes a "No alpha allowed" error in the config GUI
  • Fixed major log spam when remapping is enabled
  • Updated included Kotlin remapper from Fabric Loom
  • 1.21.x: Removed json5 datapack support
    • 26.1: Fixed json5 datapack support
    • 26.1: Added support for djs, jsonc, hjson, txt, and ubjson files
    • 26.1: Renamed config option from json5Support to moreJsonSuppport
  • 26.1: Removed script remapping
    • The unobfuscation update makes script remapping obsolete
  • 26.1: Added a wrapper for adding blocks via scripts
    • The wiki has been updated to show an example
1.3-mc1.21.11Релиз1.21.11 · 9 января 2026 г.
  • Updated FrozenLib compatibility to 2.2.4+
    • Includes updates to config parsing for Configurable Everything
  • Updated minimum Fabric Language Kotlin version to 1.13.8
  • Updated minimum FKE version to 1.1.9
    • 2.0 on 26.1-snapshot-1
  • Implemented caching for Remapping
    • Improves loading times after first load
  • Changed the logic of modsToRemap in Scripting config
    • Selected mods will also select any children mods
    • Example: 'fabric-api' will now select all Fabric API modules
  • Added a wrapper for adding blocks via scripts more simply
    • The wiki has been updated to show an example
  • Added wrappers to allow all types of blocks to be created via scripts
  • Updated included Kotlin metadata remapper from Fabric Loom
  • Fixed rare crash with entity attribute amplifiers
  • Fixed an issue where the default config causes a "No alpha allowed" error in the config GUI
  • Fixed major log spam when remapping is enabled
  • Updated included Kotlin remapper from Fabric Loom
  • 1.21.x: Removed json5 datapack support
    • 26.1: Fixed json5 datapack support
    • 26.1: Added support for djs, jsonc, hjson, txt, and ubjson files
    • 26.1: Renamed config option from json5Support to moreJsonSuppport
  • 26.1: Removed script remapping
    • The unobfuscation update makes script remapping obsolete
1.3-mc1.21.10Релиз1.21.10 · 9 января 2026 г.
  • Updated FrozenLib compatibility to 2.2.4+
    • Includes updates to config parsing for Configurable Everything
  • Updated minimum Fabric Language Kotlin version to 1.13.8
  • Updated minimum FKE version to 1.1.9
    • 2.0 on 26.1-snapshot-1
  • Implemented caching for Remapping
    • Improves loading times after first load
  • Changed the logic of modsToRemap in Scripting config
    • Selected mods will also select any children mods
    • Example: 'fabric-api' will now select all Fabric API modules
  • Added a wrapper for adding blocks via scripts more simply
    • The wiki has been updated to show an example
  • Added wrappers to allow all types of blocks to be created via scripts
  • Updated included Kotlin metadata remapper from Fabric Loom
  • Fixed rare crash with entity attribute amplifiers
  • Fixed an issue where the default config causes a "No alpha allowed" error in the config GUI
  • Fixed major log spam when remapping is enabled
  • Updated included Kotlin remapper from Fabric Loom
  • 1.21.x: Removed json5 datapack support
    • 26.1: Fixed json5 datapack support
    • 26.1: Added support for djs, jsonc, hjson, txt, and ubjson files
    • 26.1: Renamed config option from json5Support to moreJsonSuppport
  • 26.1: Removed script remapping
    • The unobfuscation update makes script remapping obsolete
1.3-mc1.21.8Релиз1.21.8 · 9 января 2026 г.
  • Updated FrozenLib compatibility to 2.2.4+
    • Includes updates to config parsing for Configurable Everything
  • Updated minimum Fabric Language Kotlin version to 1.13.8
  • Updated minimum FKE version to 1.1.9
    • 2.0 on 26.1-snapshot-1
  • Implemented caching for Remapping
    • Improves loading times after first load
  • Changed the logic of modsToRemap in Scripting config
    • Selected mods will also select any children mods
    • Example: 'fabric-api' will now select all Fabric API modules
  • Added a wrapper for adding blocks via scripts more simply
    • The wiki has been updated to show an example
  • Added wrappers to allow all types of blocks to be created via scripts
  • Updated included Kotlin metadata remapper from Fabric Loom
  • Fixed rare crash with entity attribute amplifiers
  • Fixed an issue where the default config causes a "No alpha allowed" error in the config GUI
  • Fixed major log spam when remapping is enabled
  • Updated included Kotlin remapper from Fabric Loom
  • 1.21.x: Removed json5 datapack support
    • 26.1: Fixed json5 datapack support
    • 26.1: Added support for djs, jsonc, hjson, txt, and ubjson files
    • 26.1: Renamed config option from json5Support to moreJsonSuppport
  • 26.1: Removed script remapping
    • The unobfuscation update makes script remapping obsolete
1.3-mc1.21.5Релиз1.21.5 · 9 января 2026 г.
  • Updated FrozenLib compatibility to 2.2.4+
    • Includes updates to config parsing for Configurable Everything
  • Updated minimum Fabric Language Kotlin version to 1.13.8
  • Updated minimum FKE version to 1.1.9
    • 2.0 on 26.1-snapshot-1
  • Implemented caching for Remapping
    • Improves loading times after first load
  • Changed the logic of modsToRemap in Scripting config
    • Selected mods will also select any children mods
    • Example: 'fabric-api' will now select all Fabric API modules
  • Added a wrapper for adding blocks via scripts more simply
    • The wiki has been updated to show an example
  • Added wrappers to allow all types of blocks to be created via scripts
  • Updated included Kotlin metadata remapper from Fabric Loom
  • Fixed rare crash with entity attribute amplifiers
  • Fixed an issue where the default config causes a "No alpha allowed" error in the config GUI
  • Fixed major log spam when remapping is enabled
  • Updated included Kotlin remapper from Fabric Loom
  • 1.21.x: Removed json5 datapack support
    • 26.1: Fixed json5 datapack support
    • 26.1: Added support for djs, jsonc, hjson, txt, and ubjson files
    • 26.1: Renamed config option from json5Support to moreJsonSuppport
  • 26.1: Removed script remapping
    • The unobfuscation update makes script remapping obsolete
1.3-mc1.21.4Релиз1.21.4 · 9 января 2026 г.
  • Updated FrozenLib compatibility to 2.2.4+
    • Includes updates to config parsing for Configurable Everything
  • Updated minimum Fabric Language Kotlin version to 1.13.8
  • Updated minimum FKE version to 1.1.9
    • 2.0 on 26.1-snapshot-1
  • Implemented caching for Remapping
    • Improves loading times after first load
  • Changed the logic of modsToRemap in Scripting config
    • Selected mods will also select any children mods
    • Example: 'fabric-api' will now select all Fabric API modules
  • Added a wrapper for adding blocks via scripts more simply
    • The wiki has been updated to show an example
  • Added wrappers to allow all types of blocks to be created via scripts
  • Updated included Kotlin metadata remapper from Fabric Loom
  • Fixed rare crash with entity attribute amplifiers
  • Fixed an issue where the default config causes a "No alpha allowed" error in the config GUI
  • Fixed major log spam when remapping is enabled
  • Updated included Kotlin remapper from Fabric Loom
  • 1.21.x: Removed json5 datapack support
    • 26.1: Fixed json5 datapack support
    • 26.1: Added support for djs, jsonc, hjson, txt, and ubjson files
    • 26.1: Renamed config option from json5Support to moreJsonSuppport
  • 26.1: Removed script remapping
    • The unobfuscation update makes script remapping obsolete

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

Комментарии

Загружаем…