1.0.0
Compatibility
Required content
Changes
:boom: BREAKING CHANGES
-
due to
9cbb77f- add capture (commit by @SettingDust):add capture
-
due to
1327a51- revert the entries & make the map synchronized (commit by @SettingDust):revert the entries & make the map synchronized
:sparkles: New Features
9f6c4ff- mainly target 1.20.1 since it's working on 1.21 (commit by @SettingDust)9cbb77f- add capture (commit by @SettingDust)91d8178- load config when init (commit by @SettingDust)1327a51- revert the entries & make the map synchronized (commit by @SettingDust)
:bug: Bug Fixes
e9bc92f- put the regex into the multimap (commit by @SettingDust)
:wrench: Chores
Supplementary resources
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:4pVX9pgJ:laeFWAyf"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4pVX9pgJ:laeFWAyf"
}
