Tags
Creators
Details
Licensed MIT
Published 2 years ago
Updated 10 hours ago
All versions
2.0.5
Release
B-RTP 2.0.57 months ago 902
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Dedicated servers only
Required content
Changes
- Fixed infinite biome search bug
- Added limit of 5 biome searches at any given time
- Fixed issue where chunks wouldnt load properly until after biome searching was finished
- Fixed issue where cunk pre loading would keep chunks loaded for a extended time
- Fixed issue where if a player searched for a biome with no land the search would spawn then underground
- Fixed issue where rtp could tp players in holes by mistake
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:vpbVW98n:7VlOtzfx"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:vpbVW98n:7VlOtzfx"
}



