Included content
| Name | |
|---|---|
To my surprise, the code mostly survived to the update!
Because of this I decided to do a bit of housekeeping and add some annoyances, fixes and I took the time to read the code ~50 times before realizing I am not handling an IO Exception that everyone dodged until a couple of weeks ago, whoops! This fixes won't be backported until I figure out how to handle a Forgix project, once that's done this is going my first cross-version mod, with all the fixes applied on every version!
GitHub: https://github.com/CampHQmc/ServerChatHeads/releases/tag/v0.3+1.20.5
Full Changelog: https://github.com/CampHQmc/ServerChatHeads/compare/v0.2+1.20.4...v0.3+1.20.5
| Name | |
|---|---|
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.
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:EM2ioiwa:KKMij2gH"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:EM2ioiwa:KKMij2gH"
}