Included content
| Name | |
|---|---|
![]() | TCDCommons API |
Microsoft Windows Defender appears to be false-flagging the v3.9.2+fabric-1.20.1 file. This message is just a heads-up so you don't get scared if you encounter the "Trojan:Script/Wacatac.B!ml" detection. You may safely ignore it. For more info, visit Issue #111.
The Microsoft Windows Defender issue has been resolved. If you still encounter issues, please visit Issue #111.
Pagination. Let me explain;
Remember that one time you clicked on "Show empty stats" while playing with a massive mod-pack, only for this mod to display like all ~20k stats all at once, turning your PC into a DIY grill?
Yeah me neither. Well either way, that issue has now been resolved.
By dividing stats into multiple "pages", we are effectively preventing too many stats from showing up at once and lagging out the game.
| 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:u3oGwdmM"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:n6PXGAoM:u3oGwdmM"
}