Links
Tags
Creators
Details
Licensed LGPL-3.0-only
Published 4 years ago
Updated 3 years ago
All versions
9
Release
9_1.19.43 years ago 147
Uploaded by
Compatibility
Minecraft: Java Edition
1.19.4
Platforms
Fabric
Quilt
Supported environments
Client-side
Required content
Unavailable version
Unavailable version
Changes
- 版本适配:1.20-1.20.1
- “方块:互动”分类添加“雕纹书架”和“告示牌”
- “方块:工作”分类添加“饰纹陶罐”和“嗅探兽蛋”
- “物品:工具”分类添加“刷子”
- “绊线:咔哒”移动至“危险方块”分类
- 修复一个进入本模组配置屏幕会导致Visual Overhaul 5.0.0版本抛出
net.minecraft.util.InvalidIdentifierException的问题 - 修复游戏选项“通知显示时长”不为1时字幕实际显示时长与模组配置“最长持续时间”不匹配的问题
- 修改部分本地化文本
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:BfdnU8IS:dYhzGncs"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:BfdnU8IS:dYhzGncs"
}

