Tags
Creators
Details
Licensed MIT
Published last year
Updated last month
All versions
1.1.0
Release
Cosmopolitan 1.1.0last year 1.73M
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Forge
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Changes
- Fixed a loot table issue with Kabloom Pips when Ars Nouveau is installed without Habitat.
- Fixed a crash caused by consuming Cosmopolitan Cocktail.
- Potentially fixed a crash when Brewin' And Chewin' is installed without Delightful.
- Wildberry and Fiddlehead can now be planted in flower pots and harvested like crops. Using shears on them will pause their growth.
- Added Arbutus Berries and Tuber, 2 new resources designed around the Azalea Tree. The berries are obtained by breaking the leaves, while the tubers are obtained by digging up the rooted dirt with a hoe. Both come with unique flavor effects: Phototaxis and Ingrained.
- Added several new foods for existing resources.
- Added Herbal Cookie — a cookie version of Suspicious Stew.
- Added 3 new Cookie Tiles blocks for Cookielicious.
- Added BnC coaster models for 4 fermented drinks, 4 seasonal drinks, and 4 syrups.
- Added fluid compatibility with Supplementaries.
Optional dependencies
Any compatible version
Any compatible version
Any compatible version
Any compatible version
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:QD61WOGN:7k3sWNXz"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:QD61WOGN:7k3sWNXz"
}

