Releases: EZForever/ThatOrThis
ThatOrThis v0.2.6 for Minecraft 1.17
This update fixes an issue which causes crash in development environments. This is also the last update to support Fabric Loader v0.11.x.
Full changelog:
- Fix crash when loading nested jar mods in a development environment
- Properly warn user about Fabric Loader v0.12.x incompatibility
- Support will be added in the next update (hopefully v0.3.0)
Tested with Minecraft 1.17.1 + Fabric Loader 0.11.7 + ModMenu 2.0.14, should work on slightly older versions.
Remember, this mod is a HUGE HACK that can wreak havoc with your modpack; use with care.
ThatOrThis v0.2.6 for Minecraft 1.16
This update fixes an issue which causes crash in development environments. This is also the last update to support Fabric Loader v0.11.x.
Full changelog:
- Fix crash when loading nested jar mods in a development environment
- Properly warn user about Fabric Loader v0.12.x incompatibility
- Support will be added in the next update (hopefully v0.3.0)
Tested with Minecraft 1.16.5 + Fabric Loader 0.11.7 + ModMenu 1.16.22, should work on slightly older versions.
Remember, this mod is a HUGE HACK that can wreak havoc with your modpack; use with care.
ThatOrThis v0.2.5 for Minecraft 1.17
This update adds support for Minecraft 1.17.1 and fixes two bugs about tooltip rendering.
Full changelog:
- Minecraft 1.17.1 support
- Fix tooltip persisting after sudden focus change (#14)
- Fix tooltip showing on buttons covered by the margin of the list
- Log additional mods and directories in separate lines like the Fabric Loader
Tested with Minecraft 1.17.1 + Fabric Loader 0.11.6 + ModMenu 2.0.3, should work on slightly older versions.
Remember, this mod is a HUGE HACK that can wreak havoc with your modpack; use with care.
ThatOrThis v0.2.5 for Minecraft 1.16
This update fixes two bugs about tooltip rendering.
Full changelog:
- Fix tooltip persisting after sudden focus change (#14)
- Fix tooltip showing on buttons covered by the margin of the list
- Log additional mods and directories in separate lines like the Fabric Loader
Tested with Minecraft 1.16.5 + Fabric Loader 0.11.6 + ModMenu 1.16.10, should work on slightly older versions.
Remember, this mod is a HUGE HACK that can wreak havoc with your modpack; use with care.
ThatOrThis v0.2.4 for Minecraft 1.17
This update adds Russian translation and support for translating mods' names in GENERATED
rules.
Full changelog:
- Added Russian translation for ThatOrThis GUI (thanks to @Felix14-v2)
- Added optional
customName
field toGENERATED
rules for customizing the mapping from mod IDs to names. Refer to config specs for details.
Tested with Minecraft 1.17 + Fabric Loader 0.11.3 + ModMenu 2.0.2, should work on slightly older versions.
Remember, this mod is a HUGE HACK that can wreak havoc with your modpack; use with care.
ThatOrThis v0.2.4 for Minecraft 1.16
This update adds Russian translation and support for translating mods' names in GENERATED
rules.
Full changelog:
- Added Russian translation for ThatOrThis GUI (thanks to @Felix14-v2)
- Added optional
customName
field toGENERATED
rules for customizing the mapping from mod IDs to names. Refer to config specs for details.
Tested with Minecraft 1.16.5 + Fabric Loader 0.11.3 + ModMenu 1.16.9, should work on slightly older versions.
Remember, this mod is a HUGE HACK that can wreak havoc with your modpack; use with care.
ThatOrThis v0.2.3 for Minecraft 1.17
This update adds initial support for Minecraft 1.17. It is functionally the same as v0.2.2.
Tested with Minecraft 1.17 + Fabric Loader 0.11.3 + ModMenu 2.0.0-beta.7, should work on slightly older versions.
Remember, this mod is a HUGE HACK that can wreak havoc with your modpack; use with care.
ThatOrThis v0.2.3 for Minecraft 1.16
This update adds initial support for Minecraft 1.17. It is functionally the same as v0.2.2.
Tested with Minecraft 1.16.5 + Fabric Loader 0.11.3 + ModMenu 1.16.9, should work on slightly older versions.
Remember, this mod is a HUGE HACK that can wreak havoc with your modpack; use with care.
ThatOrThis v0.2.2
This update adds several modpack-developer-friendly features, namely the ability to reload config files in case of a failed load, and experimental support for LanguageAdapter
mods.
Full changelog:
- Mods skipped by ThatOrThis (via
GENERATED
switches or disabled screens) are logged intodebug.log
for easlier debugging. - ModMenu integration: right click on ModMenu's button now brings up ThatOrThis' settings screen.
- A tooltip is also added to ModMenu's button as a usage hint.
- If config files are not correctly loaded when launching the game, this shortcut will force a config reload until valid configs are read. This is useful for designing rules and options.
LanguageAdapter
mods (programming language support mods, GrossFabricHacks, etc.) can now be loaded via ThatOrThis. ThatOrThis will issue warnings and try to "fix" their functionality, but without guarantee.- As a result, the GrossFabricHacks warning has been removed.
Tested with Minecraft 1.16.5 + Fabric Loader 0.11.1 + ModMenu 1.16.8, should work on slightly older versions.
Remember, this mod is a HUGE HACK that can wreak havoc with your modpack; use with care.
ThatOrThis v0.2.1
This update adds a "lock" button on choice screens. When pressed, all rules (and thus mods) on the same screen are disabled.
The "lock" button is enabled on GENERATED
screens (so you can disable all mods at once instead of hitting each mod's switch), and can be enabled on NESTED
screens if "canDisable": true
is set on the rule in the config file.
Tested with Minecraft 1.16.5 + Fabric Loader 0.11.1 + ModMenu 1.16.8, should work on slightly older versions.
Remember, this mod is a HUGE HACK that can wreak havoc with your modpack; use with care.