Tags
Creators
Details
Licensed LGPL-3.0-only
Published 4 years ago
Updated 2 months ago
All versions
0.10.1+1.21.4
Release
0.10.1+1.21.42 years ago 602
Compatibility
Minecraft: Java Edition
1.21.4
Platforms
Fabric
Quilt
Supported environments
Server-side
Singleplayer
Changes
- Improvements to the drink format (version 4):
- Drink name, color and visuals can now be selected depending on quality.
- The related fields now support direct static value or list of {"for": quality, "value": data}. See datapack definition for more info.
- Changed format of visual definition:
- Item field was removed (as it didn't work anyway), with model being used instead (defaults to potion like before).
- Added "resource_pack_model" to visuals - Item model id only applied when player has server resource pack.
- Added "particles" to visuals - Allows to toggle eating particles, false by default.
- Added "sound_event" to visuals - Allows to change drinking sound.
- Added "animation" to visuals - Allows to change drinking animation.
- Added optional "failed_color" and "failed_visual" (direct values) - they will be used for failed drink instead of the defaults! If not set it fallbacks to hardcoded color and 0 - quality model.
- Added optional "unfinished_color" and "unfinished_visual" (quality selected) - they will be used for unfinished drink instead of the defaults! If not set it fallbacks to old behaviour.
- Added optional "drinking_time" definition - allows to calculate how long it takes to drink the brew. Uses expression.
- Added optional "required_container" definition - an (recipe) ingredient definition that defines which items can be used to collect this brew from cauldron. Defaults to "glass_bottle".
- Added
quality_selectconsumption effect - adds simple quality-selection syntax.
- All builtin drinks now change their drinking speed based on quality (lower quality - longer drinking).
- All builtin drinks now define resource pack item models. By default they should look like potions.
- Improved the reliability of Book of Brewery.
- Fixed command not creating valid distilled brews by default.
- Failed drinks now require 3 times more time to drink (they are disgusting after all).
- Fixed builtin drinks not having effects at all.
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:nr7cSJlY:esH7JDyt"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nr7cSJlY:esH7JDyt"
}

