Tags
Creators
Details
All versions
2.2.0+paper
Release
BetterView 2.2.0 Paperlast month 382
Uploaded by
Compatibility
Minecraft: Java Edition
26.2
26.1.x
1.21.1–1.21.11
Platforms
Bukkit
Folia
Paper
Purpur
Changes
What's Changed
- Add support for Fabric 26.2.x (
e9f3310) - Fix player chunk position synchronization issues (
6ea4ca4,1480989,2064ce1) - Add chunk sending batching option (
7143aca) - Fix compatibility with squaremap/Bluemap by always generating full chunks (
8adee89) - Add support for Paper 26.2.x (
9efc61f) - Fix compatibility with https://github.com/DrexHD/AntiXray (
3fe18a3) - Add default dimension config (#16,
81b9e7a,b1b1583) - Add support for Paper 26.1.x (
80c8000...a851089) - Add support for Fabric 26.1.x (
b0d3f31...88976f9,d391b16) - Add a stable API (#15,
507e4a7...d8eb95e)- See project description for more details
- Add support for Folia (#12,
361405e...ad1075c)
Full Changelog: v2.1.2...v2.2.0
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:kBLRbfKH:f6yD7X4t"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:kBLRbfKH:f6yD7X4t"
}

