Tags
Creators
Details
Licensed LGPL-3.0-or-later
Published 10 months ago
Updated 2 weeks ago
All versions
2.0.0
Release
Ultimine Rewind 2.0.0 [Forge 1.20.1]2 weeks ago 3,164
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
Changelog
[2.0.0]
Added / 新增
- 新增自适应恢复材料界面,可显示方块数量、材料种类与完整的所需材料列表,并支持滚动浏览
- Added a responsive restoration-material screen that displays block count, material types, and the full required-material list with scrolling support.
- 每名玩家现在最多保留最近 5 次连锁采集的撤回记录
- Each player can now retain up to their 5 most recent Ultimine rewind records.
Changed / 变更
- 背包中材料充足时,按下
Ctrl + Z会直接执行撤回并自动扣除材料;只有材料不足时才打开材料补充界面- When the player has enough materials, pressing
Ctrl + Znow rewinds immediately and consumes the materials automatically; the material-supply screen only opens when materials are missing.
- When the player has enough materials, pressing
- 撤回材料统计与消耗改为按物品及其标签精确匹配,提升对带有数据的模组物品的兼容性
- Rewind material counting and consumption now precisely match items and their tags, improving compatibility with modded items carrying data.
- 撤回快捷键改为原生组合键映射,默认显示并使用
Ctrl + Z,且可在控制设置中重新绑定- The rewind shortcut now uses a native key-chord mapping, displays and defaults to
Ctrl + Z, and can be rebound in Controls.
- The rewind shortcut now uses a native key-chord mapping, displays and defaults to
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:FTUEqY9e:eUWyedgX"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:FTUEqY9e:eUWyedgX"
}

