Links
Tags
Creators
Details
Licensed MIT
Published 2 months ago
Updated 2 days ago
All versions
v0.5.0-26.x
Release
WeGui v0.5.0-26.xlast month 15
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client-side
Required content
Changes
v0.5.0 更新内容
本版本为双分支同步发布:26.x(主线,含 Litematica 渲染集成)与 1.21.11(兼容版本,使用自带渲染器)。
26.x 分支新增:
- 添加 Litematica MOD 为渲染依赖,由 Litematica 接管投影与选区框渲染
- 删去旧版本中自带的渲染文件,模组仅负责 WorldEdit 剪贴板读取 + LitematicaBridge 同步 + WE 集成配置 + 命令面板 + 状态栏
- 新增"仅替换空气方块"的粘贴模式(Paste Preview 配置页可切换)
- 修复 pos1/pos2 选区边框渲染抖动问题(renderSelectionBox 参数语义修正)
- 修复粘贴预览与实际剪贴板位置不同步的问题
- 修复退出存档再重进后旧选区/投影残留、新选区不替换旧选区的问题(退出清理 placement,进入清空剪贴板)
- 新增原理图保存功能:配置页 → Paste Preview → 保存原理图按钮,支持 litematic / nbt 格式,默认存放 ./we_schematics
- 全局禁用 malilib 按钮的滚轮触发点击行为,避免在含滚动列表的界面中误触命令
- 默认配置调整:
- pastePlacementMode 默认改为 Fixed(固定预览位置)
- commandPanelFavorites 默认包含 copy/paste/clearclipboard/flip/rotate/set/replace/undo/redo/desel
- 清理旧配置文件引用残留
1.21.11 兼容版本:
- 版本号对齐至 0.5.0(与 26.x 分支同步发布)
- 功能与 v0.4.9 一致(WorldEdit GUI 命令面板、快捷轮盘、自带粘贴预览渲染、malilib 配置系统、状态栏、命令历史)
- 不含 Litematica 渲染集成(26.x 限定功能)
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:BIvbj43W"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:M28QtA4l:BIvbj43W"
}




