
BLChat
View Bilibili live stream danmaku, gifts, Super Chats (SC), and Guard messages in real time directly within Minecraft. Supports automatic reconnection and in-game configuration. Simply ente/ 在 Minecraft 游戏内实时查看 B 站直播间弹幕、礼物、SC 和大航海消息。支持自动重连和游戏内配置,仅需房间码即可连接。
Links
Tags
Creators
Details
BLChat-1.0.1(1.20-1.20.6)
Compatibility
Changes
v1.0.2 (2026-06-11)
Changed / 变更
- Merged 1.20.1/Forge and 1.20.2/Forge into unified 1.20.x/Forge
- 合并 1.20.1/Forge 和 1.20.2/Forge 为统一的 1.20.x/Forge
- Supports Minecraft 1.20.1 - 1.20.6 all versions
- 支持 Minecraft 1.20.1 - 1.20.6 所有版本
Fixed / 修复
- Fixed setRoomCode method not found in Config.java
- 修复 Config.java 中 setRoomCode 方法不存在的问题(应为 setIdentityCode )
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:LqvQRoZe:nbwO5r6c"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:LqvQRoZe:nbwO5r6c"
}
