Tags
Creators
Details
2.2
Compatibility
Changes
🔨 The Cooper's Update! (V 2.2)
⚠️ BACK UP YOUR WORLD BEFORE UPDATING! Barrels have been reworked. Old barrel bugs should all be fixed, but if you have old barrels placed in your world, try loading 2.2 on a backup first to make sure you don't loose anything. Most old barrels should migrate to the new system on their own.
🛢️ Barrel Rework
Brewing barrels are now assembled with the new Cooper's Hammer!
- Place a normal barrel surrounded by wood (same as before)
- Shift-right-click the barrel with a Cooper's Hammer
Cooper's Hammer
- Assembles brewing barrels
- Also lets you see the aging and pouring status of your brewing barrels
🍎 NEW DRINK: Cider!
- Brew it with 16 apples and a water bottle!
- Golden and Spider variants
- Super rare Enchanted Golden variant
🌙 Moonshine
Distill your fermented seeds, then:
- Place a trapdoor on top of the cauldron
- Place a decorated pot next to the cauldron, one block down
- When it's done, close the trapdoor instead of bucketing the water
🍷 Wine
- Berry Stomping! Drop berries in empty composter and jump on them to turn them into Mush. Uses fewer berries per wine.
🧊 Vodka
- Distilling vodka in a cauldron surrounded by ice makes the quality window larger
🍯 Mead
- Can now use 3 honey blocks instead of 8 honey bottles as the base ingredient (so you don't have to use up glass bottles if you don't want to)
💀 Rum
- New Skeleton Rum variant
🏆 Advancements
- New DinoBrik's Rum advancements tab!
⛵ Misc
- Ship in a Bottle: store a chest boat inside a bottle, along with all its items!
- Filling a Pouring Barrel now puts glass bottles in the side slot if it's empty, and only uses the middle slot if there's no space in the side slot
⚙️ More Admin Config
/function db_drinks:admin/toggle_drunk_chat- disables the chat messages from being drunk
🎨 Resource Pack
- New models: Cider Bottle and Cup, Skeleton Rum Bottle, Cooper's Hammer, Message in a Bottle, and Ship in a Bottle (one for each wooden boat type)
- Bottles now display nicer on shelves, to resemble bottle racks
Found a bug or want secret/all recipes? Join the Discord!
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| DinoBrik's Rum - 4D RP 26.1.2 (2.2).zip | Optional resource pack | 829.27 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:E4vCRf1e:VjgVnjOT"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:E4vCRf1e:VjgVnjOT"
}

