Tags
Creators
Details
All versions
2.0.2
Release
BlossomBridge 2.0.2last year 141
Uploaded by
Compatibility
Minecraft: Java Edition
1.21–1.21.8
1.20.x
1.19.2–1.19.4
Platforms
Fabric
Quilt
Supported environments
Server-side
Singleplayer
Required content
Any compatible version
Changes
As of 2.0.0, the mod is coded in Kotlin, and the following patches were applied:
Changes (2.0.0):
- Changed codebase to Kotlin.
- Made
LoggingHandler.literalDebug()always ignore config. - Made
ConfigManager.loadConfig()also runsaveConfig()after validation. - Removed main package in favor of a very plain
ModInitializerobject. AbstractConfigClass->BasicConfigClass(Renamed)net.tywrapstudios.blossombridge->org.tywrapstudios.blossombridge(Renamed)
Changes (2.0.1):
- Wrongly formatted MC version dependency in
fabric.mod.json. ConfigManager.getConfig()is not null safe, while it used to be before the Kotlin rewrite. (oh the irony)
Changes (2.0.2):
- The Kotlin
BasicConfigClassisn't serializable or something by Jankson, so it was replaced with a Java class.
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| blossombridge-2.0.2-sources.jar | Unknown | 58.17 KiB |
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:5JLygf7d:b5TqPZ2p"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:5JLygf7d:b5TqPZ2p"
}

