Included content
| Name | |
|---|---|
maxAugmentLevel option and is 3 by defaultnestedContainers option has changed from boolean to int and now defaults to 255Build Information
enchantedshulkers-mc1.20.4-v1.2.4.jar763a8a75eae29d7d9be69cb73fda5d6b6e1397c389781ba7f826935c2f15390bWindows Defender recently starting falsely flagging a bunch of mods as "Trojan:Script/Wacatac.B!ml". This is a false detection and it has been fixed in Windows Defender. If you still encounter this issue, please update you Windows Defender Definitions.
| 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:vUi6HFie:DbiMJZZz"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:vUi6HFie:DbiMJZZz"
}