Tags
Creators
Details
3.0.0-SNAPSHOT.86
Compatibility
Changes
ATTENTION: v3 is still in development and contains breaking changes and potential bugs. Do not use this version in production at all, or you may lose data! Once migrated to v3, you cannot go back to v2 without losing all your holograms and configurations!
Commit hash: 6ee3139
Commit message: fancyholograms v3: Fixed deleting a temporary hologram throwing error
(The last commit message does not always directly reflect the changes related to this version.)
Keep in mind that this is a snapshot version. Snapshot versions are not meant to be used in production. They are for testing purposes only and may contain bugs or incomplete features. Use at your own risk.
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:5QNgOj66:pJaXLKDa"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:5QNgOj66:pJaXLKDa"
}

