Links
Tags
Creators
Details
Licensed CC-BY-NC-SA-4.0
Published 2 years ago
Updated 2 months ago
All versions
2.1
Release
Datapack 2.1 (+optional RP)6 months ago 3,376
Compatibility
Minecraft: Java Edition
1.21.9–1.21.11
Platform
Data Pack
Changes
DinoBrik’s Rum v2.1 Changelog

New Features
Drink Model Changes
- Changed some drink models from cups/mugs to bottles.
New Bottle Models
- Beer (and Stavroforos Swig)
- Mead (and Ravagers Gullet)
- Absinthe
Cup Variants
- Added new cup variants for all drinks, each with their own models and textures.
New Cup Models
- Rum (and Flyneberry)
- Tequila
- Whiskey (and variants)
- Dino Bottles
- Vodka
Cup Notes
- Cups can be made from the Brewing Barrel in Pouring Mode.
- Cups usually give 1/4 of the effects of a full bottle.
- Cups stack to 4.
- Cups cannot be aged.
- Milkshakes are now made with milk and the cup version of a base drink.
Brewing Barrel Rework
- Renamed Aging Barrel to Brewing Barrel.
- Added two modes:
- Aging Mode
- Pouring Mode
- Scaffolding (bamboo only), stairs, signs, and shelves now work as aging blocks.
- Added a UI interface to switch modes.
- In Pouring Mode, the UI shows how many cups can still be filled from one bottle.
- You can obtain an empty cup of any type by removing the water bottle after it receives its special model but before it fills.
- Added 3 visible models for the Brewing Barrel to represent the two modes.
Brewing Barrel Notes
- Pouring Mode works even with only one barrel block below, but placing a pouring barrel still requires all four blocks.
- To make a barrel face east, the west side must not be an air block when placing.
- Barrels must always have a barrel block below them or they will break.
- Placing an item in the mode-changing slot disables the Brewing Barrel until the item is removed.
Admin Functions
- Added a few admin-only functions.
- Not recommended unless you know what they do.
Performance Improvements
- Fermenting and distilling are now less laggy.
- These processes now require a player to be within 32 blocks to continue.
Updating Instructions
- When updating, break all existing Aging Barrels. They will drop the new Brewing Barrel item, which can then be replaced.
- The new resource pack will automatically apply bottle models to old drinks.
- Old milkshakes will still count as bottles for effects, but their textures may no longer work.
Bug Fixes
- Fixed resource pack Rabbit Spawn Egg broken texture.
- Fixed custom items (special Pickaxe and Bow) so they now work correctly with the associated 5-star drinks (Dwarven Whiskey and Elven Wine).
- Fixed Cursed Rum leaking into server rooms and causing server lag.
Future Plans
- Many cocktails based on each Minecraft update and special events.
- Model and texture competitions.
- Personalized cocktails for supporters?
- Ciders and gins?
- Other ideas?
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| DinoBrik's Rum - 4D Optional RP 2.1.0.1.zip | Optional resource pack | 641.24 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:EjCNSJqp"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:E4vCRf1e:EjCNSJqp"
}

