HomeJavaModsMore Default Options Mod (1.12.2, 1.10.2) – Useful for Modpack Developers
More Default Options Mod (1.12.2, 1.10.2) – Useful for Modpack Developers
ModsJava

More Default Options Mod (1.12.2, 1.10.2) – Useful for Modpack Developers

More Default Options Mod is a highly customisable, yet extremely lightweight mod that allows modpack developers to create many custom default in game…

⬇ DownloadOpen in MCModsHubGet it on Google Play →

More Default Options Mod is a highly customisable, yet extremely lightweight mod that allows modpack developers to create many custom default in game options. Not only does it support the vanilla options.txt file, but it also supports mods that are configured in game, for example, JourneyMap and FTB Utilities. Note that the mod has zero overhead once the game has loaded and will release all memory used before you start playing, as it is only used during the loading screen.

Features:

Screenshots:

Folder Structure

Configs:

The configuration file for this mod (ironically, not generated by default) is JSON based, an example file is as follows (you can cut and paste this example file to get you started):

[

{

“sourceFilePath”: “options.txt”,

“destinationFilePath”: “options.txt”,

“clientSide”: true,

“serverSide”: false

},

{

“sourceFilePath”: “journeymap.core.config”,

“destinationFilePath”: “journeymap/config/5.2/journeymap.core.config”,

“clientSide”: true,

“serverSide”: true

},

{

“sourceFilePath”: “journeymap.minimap.config”,

“destinationFilePath”: “journeymap/config/5.2/journeymap.minimap.config”,

“clientSide”: true,

“serverSide”: false

}

]

Note that the JSON must be valid and be typo free, or the mod will throw an exception and stop Minecraft loading, this is by design to allow modpack developers to quickly correct the JSON without having to wait for Minecraft to complete loading, however if the configuration file is not present, the mod will log this fact, unload itself and then allow the game to continue loading. There are many online utilities to help you check the JSON is valid.

Directory Structure:

An example of a typical directory structure on Windows used by the Curse launcher, might be:

C:UsersSteveDocumentsCurseMinecraftInstancesModpackName

For the sake of this example, let’s call this directory above, GameDir, so typically, your game dir should be structured as follows:

GameDir/

+ Config/

+ MoreDefaultOptions/

– Options.txt

– OtherDefaultFile.txt

– MoreDefaultOptions.json

+ Logs/

+ Mods/

+ ResourcePacks/

– manifest.json

– Options.txt

The configuration file MoreDefaultOptions.json, would therefore be found at:

GameDir/Config/MoreDefaultOptions.json

…and the default files should all be located in the directory

GameDir/Config/MoreDefaultOptions/

Other Configuration Notes:

More Default Options Mod Download Links

For Minecraft 1.12.2

Forge version: Download from Server 1

For Minecraft 1.10.2

Forge version: Download from Server 1

More Default Options Mod (1.12.2, 1.10.2) – Useful for Modpack Developers is a free Minecraft Java mod. Download it and open it directly in the game.

Explore more