Tags
Creators
Details
Licensed MIT
Published 5 years ago
Updated 10 minutes ago
All versions
0.3.0+alpha.0.306+1.21.1
Alpha
0.3.0+alpha.0.306 devbuild for 1.21.12 years ago 12.2K
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Server-side
Client and server
Changes
This version is uploaded automatically by GitHub Actions.
Changelog:
- 3bf05b97 fix: silence RandomizedIntBlockStateProvider - ishland
- 6fa32515 chore: remove irrelevant WeightedList fix - ishland
- a92f9d03 fix: missed threading fixes in stronghold and nether fortress - ishland
- d74d0300 fix: holder level leaking into vanilla ticket manager - ishland
- 96e1bee7 fix: top section poi not unloaded - ishland
- dcb16b9e fix: i need 4G heap to build a mod - ishland
- 7a05f05f fix: sync block entities when postprocessed - ishland
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:VSNURh3q:6hZhXb32"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:VSNURh3q:6hZhXb32"
}

