Перейти к содержимому
Mineforgian

GuidedMod

A mod for modpack creators to guide players through mode selection and physically toggle mods on/off.

Загрузки
2K
Подписчики
2
Обновлён
9 июля 2026 г.
Лицензия
MIT

Опубликован 30 июня 2026 г.

GuidedMod

A customizable Minecraft client-side guide mod

GuidedMod intercepts players on the first game startup, prompting them to choose between "Vanilla Mode" and "Overhaul Mode". The mod physically controls mod loading states by renaming .jar files (appending or removing the .disabled suffix).

🌟 Features

  • 3D Rotating Panorama: Beautiful Trial Chamber panorama background with clean rendering.
  • Dual Cards Selector: Offers card selectors with hover highlights, outer glows, and custom click sounds.
  • Optional Mods Screen: Upgrades standard buttons to sleek iOS/Material-style slider switches linked to ON/OFF states.
  • Missing Mod Detection: Automatically renders disabled missing mods as gray and displays Missing.
  • Hover Tooltips: Shows the exact JAR filename being controlled when hovering over the mod item.
  • Anti-Accidental-Click: Cancel button on the left (selected by default) and red warning text on the right.
  • One-Time Interception Lock: Hide menu entry and bypass subsequent startup screens once configured.
  • Defensive Matching: Strips common version brackets and version prefixes before doing a prefix starts-with check. Rejects keywords < 3 characters to prevent mass-renaming bugs.

⚙️ Configuration

Generates configuration files in config/:

1. config/guidedmod-mods.txt

# Mods controlled by primary modes (Vanilla/Overhaul)
# Example:
# appleskin

[optional]
# Optional mods controlled individually by sliders
# Example:
# justenoughitems

Ченджлог

2.0.0Релиз1.21.1 · 9 июля 2026 г.

Important Changes

  • Exact Word Boundary Matching: Completely overhauled the filename matching algorithm. The mod now uses strict word boundary checks (e.g., configuring terralith only matches terralith and will never mistakenly disable terrablender). This ensures 100% precision when targeting mods and completely prevents accidental collateral damage to similarly named mods.
  • Version Bump: Updated the mod version directly to 2.0.0 to mark the stabilization of the mode switching engine and the finalized flat logo design.

Fixes

  • Fixed a critical issue where the old partial prefix matching algorithm could overzealously match and disable multiple mods that shared the same prefix.

重要更新

  • 精确词边界匹配算法:彻底重构了底层的文件名匹配逻辑。现在模组采用严格的词边界检测(例如:在配置中填写 terralith 将只会且绝对只会命中 terralith,再也不会误伤 terrablender 等拥有相同前缀的模组)。确保了对目标模组 100% 精确打击,杜绝任何“连坐”现象。
  • 大版本号跨越:直接将版本号升级至 2.0.0,标志着模式切换引擎的安全性和稳定性已完全达标。

修复

  • 修复了旧版模糊搜索算法在面对同前缀模组时,可能导致无辜模组被一并禁用的严重 Bug。
1.0.0Релиз1.21.1 · 30 июня 2026 г.

First official release of GuidedMod.

Комментарии

Загружаем…