ThatOrThis

⭐ — (63 endorsements) 📥 6,335 downloads 📌 v0.2.6+1.16 📅 2/22/2021
⚪ Last updated 2021

By EZForever · cursed

⬇ Download Mod Source: Modrinth ↗ 📅 Updated: 10/20/2021 📅 Created: 2/22/2021
⚠️ Install Order · 2 steps
1🛠️ Forge — Minecraft Forge (mod loader) Download ↗
2🛠️ Fabric — Fabric Loader Download ↗

Install in this order, then this mod last — most mods fail to load without their framework and dependencies in place.

🔍 Analysis

  • 👍 1.0% endorsement rate
  • 🏆 #140 of 162 cursed mods in this game by downloads

📋 About This Mod

✅ Load mods from directories other than the default `.minecraft/mods`
✅ Let the end user to choose which feature(s) they want (e.g. OptiFabric for shaders or Sodium for optimization)
✅ Runtime check for dependencies and conflicts of additional mods
✅ Configurable settings screen accessible via ModMenu integration
✅ Option names and tooltips support formatting codes and translation keys

# ThatOrThis *A Fabric mod for choosing between sets of Fabric mods.* ## What is this *ThatOrThis* is designed mainly for modpack developers. It hacks into Fabric Loader to allow loading mods from additional user-selectable directories. This allows the end user to choose which mod(s) to load into their modpack, or workaround incompatible mod sets. Technically speaking, ThatOrThis take its inspiration from and , which abuses the `LanguageAdapter` feature of the Fabric Loader. This allows part of this mod's code to run *even before Fabric Loader starts to initialize most other mods*. It then read configs, resolve for additional mods to load, and inject them into the loader via Java reflection wizardry. ## Features - Load mods from directories other than the default `.minecraft/mods` - Let the end user to choose which feature(s) they want (e.g. OptiFabric for shaders or Sodium for optimization) - Runtime check for dependencies and conflicts of additional mods - Configurable settings screen accessible via ModMenu integration - Option names and tooltips support formatting codes and translation keys ## Usage ### For ordinary users (who installed this mod manually) Install this mod into your mods folder, along with and . Launch Minecraft and open the settings screen via ModMenu. Follow the instructions. ThatOrThis will be running under the default (limited) rule set if configured this way. If you need features more than toggling individual mods, please refer to the "modpack developers" section. ### For modpack users (who downloaded a modpack containing this mod) Open the settings screen via ModMenu. Change the settings as you desire. Done. Note that the new settings won't come into effect until you re-launch the game. ### For modpack developers (who wish to integrate this mod into a modpack) Install this mod into your mods folder, along with and . Then, create `thatorthis` folder in your config folder, and file `rules.json` in that. If done correctly, the path for it should be `.minecraft/config/thatorthis/rules.json`. `rules.json` defines all the available settings and their options. Specs for it can be found . Finally, put the mods into subdirectories of the mods folder, as defined in the rule file. This mod is open-sourced and , meaning that you can include it into your modpack and redistribute it without asking for permission, as long as you credit me (and of course the authors of all other mods) in your modpack. ## Compatibility - ThatOrThis **requires** a recent version of Minecraft ~~and Fabric Loader~~ to work. - **Forge support is never planned; use instead.** - **Currently only Fabric Loader v0.11.x is supported. Support for v0.12.x will come with ThatOrThis v0.3.0.** - ModMenu and Fabric API are **optional**, meaning that ThatOrThis will work correctly without them given valid `rules.json` and `choices.json`. - However they are required for the in-game settings screen. You can load them via ThatOrThis, but it is not recommended. - Loading programming language support mods (e.g. for , and ) via ThatOrThis is **not recommended**. - They might work, but this feature has not been tested; place them right into the mods directory whenever possible. - Modsmod does the *exact same thing* as ThatOrThis to the Fabric Loader, thus **incompatible** with each other. NOTE: ThatOrThis is only **intended for small, client-side mods**. It may cause crashes and/or server/world incompatibilities if rules and options are not designed carefully. Test your modpack throughly before and after installing this mod. : https://github.com/EZForever/ThatOrThis/releases/tag/v0.2.0#user-content-v0.2.0-migration-guide : https://www.modrinth.com/mod/modsmod : https://github.com/Devan-Kerman/GrossFabricHacks : https://modrinth.com/mod/modmenu : https://modrinth.com/mod/fabric-api : https://github.com/EZForever/ThatOrThis/blob/master/rules.example.json5 : https://github.com/EZForever/ThatOrThis/blob/master/LICENSE.txt : https://www.curseforge.com/minecraft/mc-mods/moddirector : https://www.curseforge.com/minecraft/mc-mods/fabric-language-kotlin : https://www.curseforge.com/minecraft/mc-mods/fabric-language-scala : https://www.curseforge.com/minecraft/mc-mods/fabric-language-groovy

# ThatOrThis

A Fabric mod for choosing between sets of Fabric mods.

## What is this

ThatOrThis is designed mainly for modpack developers. It hacks into Fabric Loader to allow loading mods from additional user-selectable directories. This allows the end user to choose which mod(s) to load into their modpack, or workaround incompatible mod sets.

Technically speaking, ThatOrThis take its inspiration from and , which abuses the `LanguageAdapter` feature of the Fabric Loader. This allows part of this mod's code to run even before Fabric Loader starts to initialize most other mods. It then read configs, resolve for additional mods to load, and inject them into the loader via Java reflection wizardry.

## Features

  • Load mods from directories other than the default `.minecraft/mods`
  • Let the end user to choose which feature(s) they want (e.g. OptiFabric for shaders or Sodium for optimization)
  • Runtime check for dependencies and conflicts of additional mods
  • Configurable settings screen accessible via ModMenu integration
  • Option names and tooltips support formatting codes and translation keys

### For ordinary users (who installed this mod manually)

Install this mod into your mods folder, along with and .

Launch Minecraft and open the settings screen via ModMenu. Follow the instructions.

ThatOrThis will be running under the default (limited) rule set if configured this way. If you need features more than toggling individual mods, please refer to the "modpack developers" section.

### For modpack users (who downloaded a modpack containing this mod)

Open the settings screen via ModMenu. Change the settings as you desire. Done.

Note that the new settings won't come into effect until you re-launch the game.

### For modpack developers (who wish to integrate this mod into a modpack)

Install this mod into your mods folder, along with and .

Then, create `thatorthis` folder in your config folder, and file `rules.json` in that. If done correctly, the path for it should be `.minecraft/config/thatorthis/rules.json`.

`rules.json` defines all the available settings and their options. Specs for it can be found .

Finally, put the mods into subdirectories of the mods folder, as defined in the rule file.

This mod is open-sourced and , meaning that you can include it into your modpack and redistribute it without asking for permission, as long as you credit me (and of course the authors of all other mods) in your modpack.

## Compatibility

  • ThatOrThis requires a recent version of Minecraft ~~and Fabric Loader~~ to work.
  • - Forge support is never planned; use instead.
  • - Currently only Fabric Loader v0. 11.x is supported. Support for v0. 12.x will come with ThatOrThis v0. 3. 0.
  • ModMenu and Fabric API are optional, meaning that ThatOrThis will work correctly without them given valid `rules.json` and `choices.json`.
  • - However they are required for the in-game settings screen. You can load them via ThatOrThis, but it is not recommended.
  • Loading programming language support mods (e.g. for , and ) via ThatOrThis is not recommended.
  • - They might work, but this feature has not been tested; place them right into the mods directory whenever possible.
  • Modsmod does the exact same thing as ThatOrThis to the Fabric Loader, thus incompatible with each other.
NOTE: ThatOrThis is only intended for small, client-side mods. It may cause crashes and/or server/world incompatibilities if rules and options are not designed carefully. Test your modpack throughly before and after installing this mod.

: https://github.com/EZForever/ThatOrThis/releases/tag/v0. 2. 0#user-content-v0. 2. 0-migration-guide : https://www.modrinth.com/mod/modsmod : https://github.com/Devan-Kerman/GrossFabricHacks : https://modrinth.com/mod/modmenu : https://modrinth.com/mod/fabric-api : https://github.com/EZForever/ThatOrThis/blob/master/rules.example.json5 : https://github.com/EZForever/ThatOrThis/blob/master/LICENSE.txt : https://www.curseforge.com/minecraft/mc-mods/moddirector : https://www.curseforge.com/minecraft/mc-mods/fabric-language-kotlin : https://www.curseforge.com/minecraft/mc-mods/fabric-language-scala : https://www.curseforge.com/minecraft/mc-mods/fabric-language-groovy

🤖 AI-enhanced — based on mod data

📊 Mod Details

Game
Minecraft Mods
Author
EZForever
Version
0.2.6+1.16
Downloads
6,335
Endorsements
63
Category
cursed
Created
2/22/2021
Updated
10/20/2021
Game Versions
1.16.5
Tags
cursed, utility

🔧 How to Install Minecraft Mods Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

📖 Full step-by-step install guide for Minecraft Mods →

Visit the official mod page for specific installation instructions for this mod.

🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Mods commands, item IDs, and more.

❓ Frequently Asked Questions

Which Minecraft Mods versions does ThatOrThis support?

The author lists 1.16.5. Other versions may work but are untested by the author.

What is the latest version of ThatOrThis?

Version 0.2.6+1.16, published 2021-10-20 with 6,335 downloads recorded at the source.

Keep browsing — more Minecraft Mods mods await

📋 All Minecraft Mods Mods 🏆 Top 25 📂 More cursed 👤 More by EZForever 🔎 Similar Mods 🌐 Best cursed (All Games) 🔀 Check Compatibility ⚖️ Compare Mods 🆕 New Mods