Links
Tags
Creators
Details
Licensed MIT
Published 2 months ago
Updated 2 days ago
All versions
v0.5.1-26.x
Release
WeGui v0.5.1-26.xlast month 8
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client-side
Required content
Changes
v0.5.1 更新内容
修复
- 移除 LitematicaBridge 中预览同步的 10 tick(0.5 秒)节流逻辑
- 修复木斧第三模式(移动粘贴位置)下,滚轮移动预览图后有 0.5 秒延迟
- 修复"随玩家移动"模式下,玩家移动后预览图跟随有 0.5 秒延迟
说明
- 此前 SYNC_INTERVAL_TICKS=10 的节流是无用的过度优化,已移除
- 保留 lastClipboardHash 缓存,剪贴板内容未变时不会重新创建 schematic,日常开销可控
- 两分支(26.x 与 1.21.11)同步发布,功能一致
Optional dependencies
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:M28QtA4l:mOPDDtni"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:M28QtA4l:mOPDDtni"
}




