Links
Tags
Creators
Details
Licensed MIT
Published 2 months ago
Updated 2 days ago
All versions
v0.5.7-26.2
Release
WeGui v0.5.7-26.2last week 9
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Any compatible version
Any compatible version
Any compatible version
Changes
v0.5.7 - 2026-08-25
[Bug Fix - 服务端兼容]
- 修复模组安装到专用服务器时因硬依赖 malilib/litematica(纯客户端模组)导致加载失败的问题: · fabric.mod.json 的 environment 由 "" 改为 "client",专用服务器不再加载本模组 (26.2 分支此前已修复,本次同步至 1.21.1 / 1.21.11 支持分支) · 主入口 WeGuiMod.onInitialize 增加 EnvType 环境守卫: 非客户端环境跳过初始化,防止环境声明误改回 "" 时在服务端崩溃
[Note]
- 本版本为纯服务端安全修复:无新功能、无客户端行为变化
- 多人连接服务器时的行为与之前一致(WorldEdit 命令通过聊天发送)
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:Yd5dwsJT"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:M28QtA4l:Yd5dwsJT"
}

