Tags
Creators
Details
1.3.6.2-1.21
Compatibility
Required content
Changes
This version is uploaded automatically by GitHub Actions.
Changelog:
- a847084 feat: 1.3.6.2
fix: datagen not putting tags for ores items chore: bumped cloth config dep feat: supports 1.21.8 feat: added maven publish
- 1e21ba1 Merge pull request #12 from Paulem79/renovate/dev.kikugie.stonecutter-0.x
chore(deps): update plugin dev.kikugie.stonecutter to v0.7
- 83f925f chore(deps): update plugin dev.kikugie.stonecutter to v0.7
- edd4180 Merge pull request #11 from Paulem79/renovate/com.google.code.gson-gson-2.x
chore(deps): update dependency com.google.code.gson:gson to v2.13.1
- d330303 chore(deps): update dependency com.google.code.gson:gson to v2.13.1
- b88c48d build: fixed workflows detection for changelog
- e17ca73 build: fixed publish condition
style: removed ci duplicated names
- 0b02b94 Merge pull request #8 from Paulem79/renovate/gradle-8.x
chore(deps): update dependency gradle to v8.14.3
- dd6d537 Merge pull request #9 from Paulem79/renovate/dev.kikugie.stonecutter-0.x
chore(deps): update plugin dev.kikugie.stonecutter to v0.7-beta.6
- af94254 build: separated pipelines
- 727fa67 fix: removed old buildscript
- 55baf2b Update plugin dev.kikugie.stonecutter to v0.7-beta.6
- bdf457a Update dependency gradle to v8.14.3
- 30c78fa Merge pull request #7 from Paulem79/renovate/configure
Configure Renovate
Add renovate.json
Optional dependencies
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:Boe3chj8:y7iQpNvX"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Boe3chj8:y7iQpNvX"
}

