Links
Tags
Creators
Details
All versions
1.6.2+1.20.3
Release
1.6.2+1.20.32 years ago 373
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.5-rc3
1.20.3–1.20.4
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Any compatible version
Changes
Changelog
1.6.2
- renamed the generate function in StructurePoolBasesGenerator to hopefully get it working properly
- changed the changelog structure
- updated the CI to use the version specific changelog files
1.6.1
- Removed the VANILLA_GROUP_KEY from the DatagenModContainer
- Refactored the NameIDPair (no longer a pair but a simple class)
- Added a StructurePoolBasesGenerator compatibility function (forward porting of the 1.20.0 generate function)
- Make the sakuralib patchouli book recipe a dynamic recipe (only load if patchouli is present)
- Removed more relics of the mod version api
1.6.0
- Removed the mod version API (wasn't really working anyways)
- Added the version_stability package, this package contains simple abstractions to keep ABI stability across minecraft versions
- Switched to multi-version project (atm 1.20.0-2 and 1.20.3-4)
Optional dependencies
Any compatible version
Any compatible version
Any compatible version
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| sakuralib-1.6.2+1.20.3-sources.jar | Unknown | 102.67 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:qNs9hFiu:niM10c8T"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:qNs9hFiu:niM10c8T"
}

