Tags
Creators
Details
0.14.1
Compatibility
Changes
This minor version introduce the new item updater system. Now the items could be updated if they have changed! This version also include some bug fixes.
Note that the updater can only work with the versions of Tasty Supplies older than v0.14.0.
See the changelog on GitHub.
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| Tasty Supplies - Resource Pack.zip | Required resource pack | 133.5 KiB |
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:SLkQznH5:TlVIYQT9"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:SLkQznH5:TlVIYQT9"
}

