Drinking Flask

⭐ — (25 endorsements) 📥 12,557 downloads 📌 v4.0.5+mc26.2 📅 3/26/2024
🟡 Updated this year

By ThePotatoArchivist · equipment

⬇ Download Mod Source: Modrinth ↗ 📅 Updated: 6/12/2026 📅 Created: 3/26/2024
⚠️ Install Order · 2 steps
1🛠️ Forge — Minecraft Forge (mod loader) Download ↗
2🛠️ Fabric — Fabric Loader Download ↗

Install in this order, then this mod last — most mods fail to load without their framework and dependencies in place.

🔍 Analysis

  • 👍 0.2% endorsement rate
  • 🏆 #122 of 236 equipment mods in this game by downloads

📋 About This Mod

✅ Hold the flask in your main hand and a drink in your offhand, then use (default: right click)
✅ Left click a drink on the flask in the inventory
✅ Left click the flask on a drink in the inventory

The **Drinking Flask** is an item that can store up to 16 drinks. When you drink from the flask, the effects of a random drink from inside will be applied. !(https://cdn.modrinth.com/data/THjyyHSr/images/e996ace77b5a9241048e59188bc9548a84485c6c.png) Useful for carrying many potions or stews, or playing Russian roulette! The **Phantom Drinking Flask** is more expensive, but you can view its contents. Drinking from it still applies a random drink though. !(https://cdn.modrinth.com/data/THjyyHSr/images/9167d01a48626802086d8e3a05fc8a914e5050bd.png) ## Usage To add a drink to the flask, you can either: - Hold the flask in your main hand and a drink in your offhand, then use (default: right click) - Left click a drink on the flask in the inventory - Left click the flask on a drink in the inventory The behavior is similar to a bundle. For balancing, potions take up 2 of the 16 slots each (configurable through datapack). <details> <summary>More information</summary> Drinks include: - Potions - Water Bottle - Milk - Honey Bottle - Soups & Stews When you pour the drink into a bundle, you get the container back immediately even though it displays in the phantom tooltip. </details> ## Recipes ### Drinking Flask !(https://cdn.modrinth.com/data/cached_images/98dbc619bade42e74ed45857e24a68e1c2c70de6.png) You can use leather or rabbit hide interchangeably. ### Phantom Drinking Flask !(https://cdn.modrinth.com/data/cached_images/86605a47ebaf41fefc2769f279409ecb9800fa80.png) ## Compatability <details> <summary>1.20.1 (outdated)</summary> Compatability has been reworked in 2.0.0. Support for other mods must be done explicitly in either this mod or the other mod, through tags and optionally an API. If you're a developer or datapacker, see (https://github.com/ThePotatoArchivist/DrinkingFlask/wiki/Adding-Compatabilty) for more information. </details> ### 1.21.1 Compatability needs to be added manually by adding the mod item to one of the following tags, or defining a new remainder tag and recipe. See the (https://github.com/ThePotatoArchivist/DrinkingFlask/tree/main/src/main/generated/data/drinkingflask) for examples. - `#drinkingflask:can_pour_into_flask` (no remainder set) - `#drinkingflask:remainder/bottle` (glass bottle) - `#drinkingflask:remainder/bowl` (bowl) - `#drinkingflask:remainder/bucket` (bucket) #### Current supported mods - Create - Farmer's Delight - My Nether's Delight - Brewin' and Chewin' - Enderscape If there's a mod you'd like support for, feel free to (https://github.com/ThePotatoArchivist/DrinkingFlask/issues) or PR ### 1.21.6+ Most mods should work out-of-the-box, as long as the drink has a `minecraft:consumable` component with the `drink` animation. Items can also be flask-enabled by adding them to the `#drinkingflask:can_pour_into_flask` tag. Remainders are determined by looking at the `minecraft:use_remainder` component or the recipe remainder if absent.

The Drinking Flask is an item that can store up to 16 drinks. When you drink from the flask, the effects of a random drink from inside will be applied.

!(https://cdn.modrinth.com/data/THjyyHSr/images/e996ace77b5a9241048e59188bc9548a84485c6c.png)

Useful for carrying many potions or stews, or playing Russian roulette!

The Phantom Drinking Flask is more expensive, but you can view its contents. Drinking from it still applies a random drink though.

!(https://cdn.modrinth.com/data/THjyyHSr/images/9167d01a48626802086d8e3a05fc8a914e5050bd.png)

To add a drink to the flask, you can either:

  • Hold the flask in your main hand and a drink in your offhand, then use (default: right click)
  • Left click a drink on the flask in the inventory
  • Left click the flask on a drink in the inventory

The behavior is similar to a bundle.

For balancing, potions take up 2 of the 16 slots each (configurable through datapack).

More information

Drinks include:

  • Potions
  • Water Bottle
  • Milk
  • Honey Bottle
  • Soups & Stews

When you pour the drink into a bundle, you get the container back immediately even though it displays in the phantom tooltip.

### Drinking Flask

!(https://cdn.modrinth.com/data/cached_images/98dbc619bade42e74ed45857e24a68e1c2c70de6.png)

You can use leather or rabbit hide interchangeably.

### Phantom Drinking Flask

!(https://cdn.modrinth.com/data/cached_images/86605a47ebaf41fefc2769f279409ecb9800fa80.png)

## Compatability

1. 20. 1 (outdated) Compatability has been reworked in 2. 0. 0. Support for other mods must be done explicitly in either this mod or the other mod, through tags and optionally an API. If you're a developer or datapacker, see (https://github.com/ThePotatoArchivist/DrinkingFlask/wiki/Adding-Compatabilty) for more information.

### 1. 21. 1

Compatability needs to be added manually by adding the mod item to one of the following tags, or defining a new remainder tag and recipe. See the (https://github.com/ThePotatoArchivist/DrinkingFlask/tree/main/src/main/generated/data/drinkingflask) for examples.

  • `#drinkingflask:can_pour_into_flask` (no remainder set)
  • `#drinkingflask:remainder/bottle` (glass bottle)
  • `#drinkingflask:remainder/bowl` (bowl)
  • `#drinkingflask:remainder/bucket` (bucket)

#### Current supported mods

  • Create
  • Farmer's Delight
  • My Nether's Delight
  • Brewin' and Chewin'
  • Enderscape

If there's a mod you'd like support for, feel free to (https://github.com/ThePotatoArchivist/DrinkingFlask/issues) or PR

### 1. 21. 6+

Most mods should work out-of-the-box, as long as the drink has a `minecraft:consumable` component with the `drink` animation. Items can also be flask-enabled by adding them to the `#drinkingflask:can_pour_into_flask` tag. Remainders are determined by looking at the `minecraft:use_remainder` component or the recipe remainder if absent.

🤖 AI-enhanced — based on mod data

📊 Mod Details

Game
Minecraft Mods
Author
ThePotatoArchivist
Version
4.0.5+mc26.2
Downloads
12,557
Endorsements
25
Category
equipment
Created
3/26/2024
Updated
6/12/2026
Game Versions
26.2-rc-1, 26.2-rc-2, 26.2
Tags
equipment, food, storage

🔧 How to Install Minecraft Mods Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

📖 Full step-by-step install guide for Minecraft Mods →

Visit the official mod page for specific installation instructions for this mod.

🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Mods commands, item IDs, and more.

❓ Frequently Asked Questions

Which Minecraft Mods versions does Drinking Flask support?

The author lists 26.2-rc-1, 26.2-rc-2, 26.2. Other versions may work but are untested by the author.

What is the latest version of Drinking Flask?

Version 4.0.5+mc26.2, published 2026-06-12 with 12,557 downloads recorded at the source.

Keep browsing — more Minecraft Mods mods await

📋 All Minecraft Mods Mods 🏆 Top 25 📂 More equipment 👤 More by ThePotatoArchivist 🔎 Similar Mods 🌐 Best equipment (All Games) 🔀 Check Compatibility ⚖️ Compare Mods 🆕 New Mods