1.0.0
Compatibility
Changes
🎉 WeiQi V1.0 Beta - The Initial Release!
The ancient game of Go (WeiQi) is now playable in Minecraft 1.21.11! Craft a board and challenge your friends on any multiplayer server with zero latency.
✨ Features (特性):
- Full Go Ruleset (硬核规则引擎): Supports liberty calculation, capturing, suicide moves ban, and Ko rule (支持气尽提子、自杀禁入、打劫校验).
- Multiplayer Sync (联机完美同步): Completely broadcasted to all server players. (服务端全服广播).
- Hover Preview (落子虚影): Renders a 50% transparent ghost stone before placing, automatically filtering invalid moves (落子智能半透明虚影,自动屏蔽禁入点).
- Survival Friendly (生存可合成): Recipe included! Check your recipe book (生存模式配方已解锁,快去小绿书看看).
- Localization (双语支持): Full English and Simplified Chinese support (完整支持中英双语).
Built for Fabric 1.21.11. This is a Beta version, feel free to report any feedback!
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:zciTiXLA:Fg4y3DIx"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:zciTiXLA:Fg4y3DIx"
}

