Tags
Creators
Details
Licensed MIT
Published 4 months ago
All versions
1.1.0
Release
todolist-forge-1.20.1-1.1.04 months ago 17
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client-side
Server-side
Client and server
Changes
🚀 新增功能 | New Features
-
多平台支持 | Multi-Platform Support
- 正式引入 Forge 平台支持,实现 Fabric/Forge 双平台兼容。
- Officially introduced Forge support, achieving Fabric/Forge dual-platform compatibility.
-
服务端同步增强 | Enhanced Server Synchronization
- 实现了客户端激活项目状态向服务端的实时同步,优化了多人游戏下的数据隔离与状态一致性。
- Implemented real-time synchronization of the active project state from the client to the server, optimizing data isolation and state consistency in multiplayer environments.
-
任务命令扩展 | Task Command Expansion
- 增强了服务端任务管理命令,支持更细粒度的任务操作。
- Enhanced server-side task management commands, supporting more fine-grained task operations.
🔧 优化与修复 | Optimizations & Bug Fixes
-
GUI 交互改进 | GUI Interaction Improvements
- 修复了任务列表的滚动与边界处理逻辑,优化了配置界面的布局显示。
- Fixed the scrolling and boundary handling logic of the task list, and optimized the layout display of the configuration interface.
-
网络稳定性 | Network Stability
- 修复了 Forge 客户端在连接状态切换时可能导致的数据同步异常。
- Fixed data synchronization anomalies that could occur on the Forge client during connection state transitions.
-
代码质量 | Code Quality
- 重构了网络包注册架构,修复了大量中文注释乱码,提升了代码可维护性。
- Refactored the network packet registration architecture, fixed numerous garbled Chinese comments, and improved overall code maintainability.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:RcGBxDyt:WRGjj6Rz"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:RcGBxDyt:WRGjj6Rz"
}

