UnifiedKeybinds/UnifedOptions

Quick rating

UnifiedKeybinds/UnifedOptions

No reviews yet

stop copying your options.txt

No Theme
No Genre
QoL & Tweaks
Client Utility
Mod Loaders
Forge
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Where It Runs
Client Only

Runs entirely on the client. Works on vanilla servers.

About

Project Details

Type
Mod
License
GNU Lesser General Public License v3.0 only
Latest Version
unifiedoptions-1.19.4-1.1.jar

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

822208.svg

UnifiedKeybinds/UnifiedOptions

If you're reading this, I bothered to publish it (and document it)

What does it do 🤔

Unifies options.txt and keybinds for all minecraft instances with the mod installed into a single file that is used by all versions.

Put simply, in a diagram

Without the mod installed

b7bf08dc12e81b08fba79d6e6d17c7de1c11dc87.png

With the mod installed

0fb3e993070cc511d3555e35baf7c16346c3ac79.png

How to use it 🤔🤔

The mod should function out of the box.

When the mod is installed, it will move most options.txt options into universal.txt which can be found in your home directory:

  • Windows users: %userprofile%/MinecraftOptions
  • Linux users (and I assume macos, never used it): ~/MinecraftOptions

Default options? YOSBR?? 🤨

The mod also has a feature kinda like YOSBR and default options, but instead of copying configs from a folder within the modpack directory, it copies from MinecraftOptions/<version>/extras. You could use this, for example to automatically copy your journeymap config into all your modpacks so that your map always looks the same, or disable immersive engineering's cluttery tag tooltips.

Configuring it 🤔🥱🙄

The mod should function out of the box, but you can configure what options are synchronized, move where options are stored and completely disable the mod.

The config file is found at MinecraftOptions/config.toml. It explains what each option does.

If you want to reset your config, just delete config.toml and the mod will generate a new one.

By default, the following options are not synchronized:

  • tutorialStep
    • This mod disables the tutorial.
  • overrideWidth
  • overrideHeight
  • resourcePacks
  • incompatibleResourcePacks
  • renderDistance
  • simulationDistance
  • fullscreen
  • fullscreenResolution

You can add or remove options (or keybinds) to/from the blacklist. Blacklisted options will be stored in the vanilla options.txt.

You can change where universal.txt and extras are read from by changing directory, under synchronization. config.toml cannot be moved.

Use in modpacks?

yes

Maven packages for use in a developer environment

Curseforge's markdown formatting doesn't work very well sometimes.

Click to see this section on the modrinth page: https://modrinth.com/mod/unifiedoptions#maven

UnifiedKeybinds/UnifiedOptions

If you're reading this, I bothered to publish it (and document it)

What does it do 🤔

Unifies options.txt and keybinds for all minecraft instances with the mod installed into a single file that is used by all versions.

Put simply, in a diagram

Without the mod installed

With the mod installed

How to use it 🤔🤔

The mod should function out of the box.

When the mod is installed, it will move most options.txt options into universal.txt which can be found in your home directory:

  • Windows users: %userprofile%/MinecraftOptions
  • Linux users (and I assume macos, never used it): ~/MinecraftOptions

Default options? YOSBR?? 🤨

The mod also has a feature kinda like YOSBR and default options, but instead of copying configs from a folder within the modpack directory, it copies from MinecraftOptions/<version>/extras. You could use this, for example to automatically copy your journeymap config into all your modpacks so that your map always looks the same, or disable immersive engineering's cluttery tag tooltips.

Configuring it 🤔🥱🙄

The mod should function out of the box, but you can configure what options are synchronized, move where options are stored and completely disable the mod.

The config file is found at MinecraftOptions/config.toml. It explains what each option does.

If you want to reset your config, just delete config.toml and the mod will generate a new one.

By default, the following options are not synchronized:

  • tutorialStep
    • This mod disables the tutorial.
    • overrideWidth
    • overrideHeight
    • resourcePacks
    • incompatibleResourcePacks
    • renderDistance
    • simulationDistance
    • fullscreen
    • fullscreenResolution

You can add or remove options (or keybinds) to/from the blacklist. Blacklisted options will be stored in the vanilla options.txt.

You can change where universal.txt and extras are read from by changing directory, under synchronization. config.toml cannot be moved.

1.12

If you open a 1.12 options.txt, you will see your controls formatted with numbers, like this:

key_key.jump:57
key_key.sneak:42
key_key.sprint:16
key_key.drop:211
key_key.inventory:20
key_key.chat:28
key_key.playerlist:0

And if you open a 1.16 options.txt, you will see your controls formatted with named keys, like this:

key_key.jump:key.keyboard.space
key_key.sneak:key.keyboard.left.shift
key_key.sprint:key.keyboard.left.control
key_key.drop:key.keyboard.q
key_key.inventory:key.keyboard.e
key_key.chat:key.keyboard.t
key_key.playerlist:key.keyboard.tab

The 1.12 version of this mod converts any numerical values into the modern named keys automatically. Note that 1.16 and higher versions do not support this, so if you want to convert a 1.12 options.txt, load it with the 1.12 version of this mod.

Use in modpacks?

yes

Maven packages for use in a developer environment

Add this to your repositories

repositories {
    maven { url "https://codeberg.org/api/packages/PORTB/maven" }
}

And add this to your dependencies

dependencies {
    //example: portb:unifiedoptions:1.19.4-1.1
    runtimeOnly fg.deobf("portb:unifiedoptions:<MC VERSION>-<MOD VERSION>")
}

List of versions: https://codeberg.org/PORTB/-/packages/maven/portb-unifiedoptions/versions

Screenshots

Gallery

  • with the mod installed
    with the mod installed
  • without the mod installed
    without the mod installed

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~2,000
Total Downloads
CurseForge
<1,000
Modrinth
~1,000
Last Updated
CurseForge
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works