
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.4.183
Compatibility
Changes
BLChat Version Changelog / 版本变更日志
[1.0.4-183] - 2026-08-12
Changed / 变更
-
BilibiliConfigScreen.java (config GUI / 配置界面)
GuiGraphics→GuiGraphicsExtractor(class rename in MC 26.1.x)GuiGraphics→GuiGraphicsExtractor(MC 26.1.x 中类重命名)render(GuiGraphics, int, int, float)→extractRenderState(GuiGraphicsExtractor, int, int, float)render(GuiGraphics, int, int, float)→extractRenderState(GuiGraphicsExtractor, int, int, float)drawCenteredString(font, text, x, y, color)→centeredText(font, text, x, y, color)drawString(font, text, x, y, color)→text(font, text, x, y, color)super.render(...)→super.extractRenderState(...)- Removed manual
extractBackground()call (auto-invoked byextractRenderStateWithTooltipAndSubtitles) - 移除手动
extractBackground()调用(由extractRenderStateWithTooltipAndSubtitles自动调用)
-
@SubscribeEvent import / @SubscribeEvent 导入
- All 26.1.x versions:
net.minecraftforge.eventbus.api.listener.SubscribeEvent(EventBus 7) - 所有 26.1.x 版本:
net.minecraftforge.eventbus.api.listener.SubscribeEvent(EventBus 7)
- All 26.1.x versions:
-
pack.mcmeta
- New format:
max_format: 101,min_format: [101, 1] - 新格式:
max_format: 101,min_format: [101, 1] - Removed
pack_formatfield (replaced bymax_format/min_format) - 移除
pack_format字段(由max_format/min_format替代)
- New format:
-
mods.toml
- Per-version Forge version range:
[62,)/[63,)/[64,) - 每个版本独立的 Forge 版本范围:
[62,)/[63,)/[64,) - Per-version MC version range:
[26.1,26.1.1,)/[26.1.1,26.1.2,)/[26.1.2,26.2,) - 每个版本独立的 MC 版本范围:
[26.1,26.1.1,)/[26.1.1,26.1.2,)/[26.1.2,26.2,)
- Per-version Forge version range:
-
Permission system / 权限系统
- All 26.1.x versions use new permission API via reflection (VersionCompat)
- 所有 26.1.x 版本通过反射使用新权限 API(VersionCompat)
CommandSourceStack.hasPermission(int)removed →source.permissions().hasPermission(Permission)CommandSourceStack.hasPermission(int)已移除 →source.permissions().hasPermission(Permission)
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:ipgH5brn"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:LqvQRoZe:ipgH5brn"
}
