Tags
Creators
Details
1.7.0
Compatibility
Required content
Changes
[1.7.0] 26-04-14
In this version vouches are finally shared online and not only on the client, this means that when you add a vouch to a player with "/glaze vouch add <name>" other players can see this and know that you had vouched for him. To look for vouches on a player you can use "/glaze vouch view <name>". Currently existing vouches would not get added automatically so you would need to add them again. You can also view all the vouches you have given with "/glaze vouch view".
That is it for today, sorry it took so long, I am starting term so updates would take more time to come out.
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:occlyJCo:eo8i0PsG"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:occlyJCo:eo8i0PsG"
}



