File Details
Ecliptic-Seasons-MultiMod-Patch-1.21.1-neoforge-0.28.1.jar
- R
- Mar 22, 2026
- 202.18 KB
- 251
- 1.21.1
- NeoForge
File Name
Ecliptic-Seasons-MultiMod-Patch-1.21.1-neoforge-0.28.1.jar
Supported Versions
- 1.21.1
Curse Maven Snippet
[0.27.0] Update Log / 更新日志
🇺🇸 English
🚀 Features
- Individual Module Patch Control
- Added the ability to fully disable individual module patches via configuration files.
- Technical: Implemented
PreloadedConfigto read COMMON/CLIENT configs early, allowing the Mixin plugin to skip loading for disabled modules viashouldApply(modid).
- Client-Side Optimization
- Introduced a
clientOnlyflag for patches; several modules have been updated to skip loading on servers.
- Introduced a
- Improved Config Generation
PatchCorenow automatically tracks modules and populates lists forPatchCommonConfigandPatchClientConfigto generate "Enable" toggles.
- ⚠️ Note: A game restart is required for these configuration changes to take effect.
🇨🇳 中文内容
🚀 功能更新
- 模块化补丁精细控制
- 允许通过配置文件完全禁用单个模块补丁。
- 技术细节: 引入了
PreloadedConfig预加载机制,Mixin 插件可提前通过shouldApply(modid)彻底跳过已禁用模块的加载。
- 客户端专用优化
- 为补丁引入了
clientOnly属性;部分模块已标记为仅限客户端,从而优化服务端性能。
- 为补丁引入了
- 自动配置生成
PatchCore现在会自动追踪模块列表,并由PatchCommonConfig和PatchClientConfig自动生成对应的 "Enable" 开关。
- ⚠️ 注意: 修改配置后需要重新启动游戏才能生效。
📝 Configuration Example / 配置文件示例
[stardew_fishing]
# Module Configuration / 模块配置
[stardew_fishing]
# Set to false to completely skip Mixin loading for this module
# 设置为 false 将完全跳过该模块的 Mixin 加载
Enable = false