Tags
Creators
Details
1.0.1
Compatibility
Changes
I changed many things like when you give a amber golem amber/diamonds/emeralds it now makes amber-sent particles, the way you craft the Amber music disk has changed to have a amber log in the middle, you can now obtain the The Complete Overhaul music disk when a amber creeper is struck by lightning, and placing a block of amber in the nether gives you saturation when your near the block
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:ll0v4K5n:hAt2WfN9"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ll0v4K5n:hAt2WfN9"
}

