Included content
| Name | Version | |
|---|---|---|
![]() | Biolith | 1.0.0-alpha.8 |
![]() | Cloth Config API | 11.1.106+fabric |
This release of Promenade marks the end of requiring TerraBlender to be installed. Biome placement is now managed by Biolith, which is directly bundled with Promenade.
This also brings back the Dark Amaranth biomes in the natural world generation!
| Name | Version | |
|---|---|---|
![]() | Biolith | 1.0.0-alpha.8 |
![]() | Cloth Config API | 11.1.106+fabric |
| File | Type | Size | |
|---|---|---|---|
| promenade-4.1.0-sources.jar | Unknown | 3.85 MiB |
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.
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:GuE5FpvB:F17sFUaS"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:GuE5FpvB:F17sFUaS"
}