Tags
Creators
Details
Licensed Apache-2.0
Published 11 months ago
Updated last year
All versions
1.0.0-beta.2+mc.1.21.8
Beta
v1.0.0-beta.2 [1.21.8]last year 1,659
Compatibility
Minecraft: Java Edition
1.21.8
Platforms
Fabric
Quilt
Supported environments
Client and server
Required content
Changes
- Added ability to cook the following foods:
- Mushroom Stew
- Rabbit Stew
- Beetroot Soup
- Suspicious Stew
- Added particles for when the cauldron is cooking
- Tweaked rendering of floating items in cauldron
- Items can now only be removed by an empty hand
- Items are now removed in reverse order of insertion
- Doubled processing time of all recipes
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| copper-cauldron-1.0.0-beta.2-sources.jar | Unknown | 34.97 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:7tZNLHmT:bMpkBe7i"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:7tZNLHmT:bMpkBe7i"
}

