Included content
| Name | |
|---|---|
![]() | TCDCommons API |
This update brings some new features, as well as changes to existing features.
Monsters hunted tab will now show all hostile mobs, regardless of whether or not said mobs are required for the advancement.
Monsters hunted and A balanced diet tabs was (and to an extent still is), helping people get the two advancements. However, given criteria for said advancements can be changed by mods and data-packs and server-sided code, this mod cannot accurately tell what is and is not required. Therefore the two tabs have shifted towards displaying everything. As such, to avoid confusion:
Monsters hunted tab was renamed to Hostile creaturesA balanced diet tab was renamed to Food & drinksMobs tab will no longer display "miscellaneous" entities such as "TNT" and "Llama spit", unless there are stats present for themStatTypes. If a Text formatter for a modded entity StatType is not registered with this mod's API, then this mod will display the StatType's ID insteadStatTypesStatTypesMCBS file version has now been increased to 4. Was previously 2.
StatTypes.StatTypestcdcommons's cached resource manager will now periodically clean up expired cache files it created, so as to save disk space| Name | |
|---|---|
![]() | TCDCommons API |
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:n6PXGAoM:bGYkCuJ4"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:n6PXGAoM:bGYkCuJ4"
}