NeoForge v2.2.3+26.2
Curse Maven Snippet
What's new
- Added configurable load conditions in the context menu options for the default resource pack profile:
NO_OPTIONS_OR_VERSION_FILE: Triggers when theoptions.txtorconfig/packed_packs/__version.jsonis missing.- Fixes default profile not applying with Default Options (#67)
- Used as the default condition when the
config.meta.jsonis newly created. - Note: You should not ship the
__version.jsonfile in modpacks, and since it's new to this update, switching to this option will reset the resource pack configuration for existing users.
NO_OPTIONS_FILE: Triggers only when theoptions.txtis missing.- Only exists to preserve the resource pack configuration for existing users when updating to this or newer versions of the mod, otherwise use the above option.
- Used as the default load condition when the
config.meta.jsonfile already exists.
- Updated Russian Translation (#70 by iceban)
- Improved compatibility with smooth scrolling (#71)
- Fixed translation keys for toggling the default and lock setting of profiles being inverted in the context menu.
- Arrow key navigation in pack lists is no longer constrained.

