Links
Tags
Creators
Details
All versions
0.5.3
Beta
Virtual-Redstone-Wire 0.5.3last week 29
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
Full Changelog: https://github.com/JularDepick/Virtual-Redstone-Wire/compare/v0.5.2...v0.5.3
新增
- 配置项悬浮提示:在游戏内 Mods 菜单的配置页中,鼠标悬停在任一配置项上即可查看该项说明,含取值范围与默认值;提示显示 3 秒后自动隐藏,移开后再悬停可重新显示
优化
- 英文环境下的配置界面:配置项名称显示为英文标签,不再显示内部字段名
- 线缆放大镜的物品提示补充"手持时按 Ctrl+A 查看操作历史"的说明
修复
- 服务端配置页中,点击开关或拖动档位条后列表不再跳回顶部,而是停留在原位置;正在输入但尚未提交的数值也不再被重置
兼容性
- 通信协议不变,服务端无需更新
- 存档数据格式未变化,与 v0.5.2 存档兼容
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:8peDMJZg:bhnAzdVf"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:8peDMJZg:bhnAzdVf"
}

