
Potion Blender
Potion Blender is a small mod to merge potion effects into one item, allowing for interesting combinations.
- Загрузки
- 32K
- Подписчики
- 60
- Обновлён
- 28 февраля 2025 г.
- Лицензия
- GPL-3.0-only
Опубликован 15 июня 2023 г.
Potion Blender
Overview
Potion Blender is a small mod to merge potion effects into one item, allowing for interesting combinations.

How to use
1 - Cauldron
First, you need to make a special cauldron. Do so by right-clicking a campfire with a vanilla cauldron.
2 - Starting to blend
Then, throw a potion into the cauldron. It can be any vanilla potion that is not Splash or Lingering. The potion effects will be the base of your combined brew. You can then add up to two more potions (neither splash nor lingering) to add their effects to the final product.
Note that throwing any combined potion into the cauldron is strongly discouraged
3 - The final ingredient
It is time to finish the brewing and choose your desired potion. You may choose one of these three ingredients :
- Nether wart -> Normal potion
- Gunpowder -> Splash potion
- Dragon Breath -> Lingering potion
Please wait for the brewing cauldron to perform its magic and grab your combined brew!
4 - Using arrows
You can craft tipped arrows with multiple effects using a combined lingering potion. It follow the same pattern as the vanilla craft:

5 - Cancelling the blend
You can reset the cauldron anytime by right-clicking on the cauldron to get back your ingredients.
Effect stacking
Adding the same effect to a potion multiple times results in effects adding. It, however, comes with a price as each additional effect decreases the added time. The first stacked effect adds 50% of its duration, and the 2nd one 25%.
Instant Effects does not stack as duplicated effects are lost.
Configuration
See the wiki for the most up to date information
Since version 2.0.0
The config is in .minecraft/config/potionblender/potion_blender_config.json
- configVersion: DO NOT TOUCH. This value is managed by the mod
- maxNbOfEffects : the maximum number of potions you can combine in a single brew
- brewbrewingTime: the delay in tick before brewing the potion (default to 140 ticks or 7s)
- normalPotionIngredient, splashPotionIngredient, lingeringPotionIngredient define the ingredient corresponding to each potion. Make sure to type the name right, or you will get a warning, and the item will not be recognized.
Here is the default configuration:
{
"configVersion": 1,
"maxNbOfEffects": 3,
"brewingTime": 140,
"normalPotionIngredient": "minecraft:nether_wart",
"splashPotionIngredient": "minecraft:gunpowder",
"lingeringPotionIngredient": "minecraft:dragon_breath"
}
Prior to version 2.0.0:
The configuration file is in your .minecraft/potionblender/potion_blender_config.json
The configurable options are:
- max_effects: The maximum number of potions in a cauldron. Be careful when updating this value in an existing world, as it may cause desync on an already placed cauldron.
FAQ
Will this work with X potion mod?
Any mod that adds potion via the vanilla system is compatible. Typically these potions use the vanilla flask or appear in the vanilla potion tab. However, some mod implements their own potion system, such as Botania. These potions are incompatible and will not work. Compatibility has been tested with Dave's Potioneering since version 2.0.0
Known issues
- Sodium breaks the cauldron rendering, causing it to appear with water instead of the potion's colors. Setting biome blend to 0 fixes the issues. This is a long-standing bug on sodium end.
- Versions before 1.0.3 break vanilla lingering potion. Please use the latest version!
License
This mod is available under the GPLv3 license.
======
If you encounter a bug or have a suggestion, feel free to leave a comment or open an issue on GitHub
Ченджлог
3.1.2Релиз1.20.6 · 16 сентября 2024 г.
===Bugfixes update===
- Fix a registering bug preventing the game from starting
- Fix graphical glitche when the cauldron would appear 1 frame when placed on a campfire
- Added the disco mode when an item named jeb_ is thrown in the cauldron
- Creative tab cauldron are now lit by default
- And many more code optimizations
3.1.1Релиз1.20.1 · 11 мая 2024 г.
3.1.1
- Fix potion blender recipes all having the same ID, leading to a duplicate recipe error
3.1.0Релиз1.20.1 · 10 мая 2024 г.
3.1.0
- Cauldron can now be lit or extinguished. Will be lit when placed on top of lit campfire.
- Added soulfire cauldron
- Added recipe parameter allowing crafting only in a soulfire cauldron
- Added config for items lighting or extinguishing the cauldron
- Change brewing cauldron outline to full block
- Fix cauldron dropping 1 extra glass bottle when combining potions
3.0.0Релиз1.20.2 · 14 апреля 2024 г.
- Implement cauldron recipe type, enabling new recipe to be added by the user as per https://github.com/motivational-dragon/Potion-Blender/issues/7
- Added jei support
- Graphic improvements to the cauldron. Item inside the cauldron now render in 3d. Cauldron Water is now translucent when using fabulous render settings.
- Cauldron now has water level according to the number of items inside
- Cauldron can now hold 4 items max. This can be changed in the config file. (but number higher than 5 is not recommended as it will make the JEI GUI look weird)
- Created wiki at https://github.com/motivational-dragon/Potion-Blender/wiki Thanks to @MetalKnight56 for writing the wiki
- Added japanese translation thanks to @Abbage230
- Added ukranian translation thanks to @MeDustyy
- Fixed cauldron not dropping items when broken
2.0.0Релиз1.20.4 · 14 апреля 2024 г.
Update to 1.20.4
2.0.0Релиз1.20.1 · 14 апреля 2024 г.
This version is incompatible with older versions. If you migrate from an older version, your combined potion will be destroyed. Furthermore, as a safety precaution, I recommend breaking and replacing any leftover cauldrons, as they could become broken.
Mod now uses vanilla potion with mixins instead of adding new potions, thus improving compatibility with other mods (tested with Dave's Potioneering)
brewing time is now configurable through the config
combined potion ejected from the cauldron can no longer make it explode by falling back inside. Explosions only happen if thrown by an entity like a player or a fox
Newly crafted potion hovers above the cauldron
Added a crafting delay for the brewing cauldron
- Added the possibility to change the crafting items in the config
Added config version check and auto-update if an older version is detected
Added better cauldron particle.
Require forge >= 47
2.0.0Релиз1.20.1 · 14 апреля 2024 г.
This version is incompatible with older versions. If you migrate from an older version, your combined potion will be destroyed. Furthermore, as a safety precaution, I recommend breaking and replacing any leftover cauldrons, as they could become broken.
Mod now uses vanilla potion with mixins instead of adding new potions, thus improving compatibility with other mods (tested with Dave's Potioneering)
brewing time is now configurable through the config
combined potion ejected from the cauldron can no longer make it explode by falling back inside. Explosions only happen if thrown by an entity like a player or a fox
Newly crafted potion hovers above the cauldron- Added a crafting delay for the brewing cauldron
- Added the possibility to change the crafting items in the config
Added config version check and auto-update if an older version is detected
Added better cauldron particle.
1.1.0Релиз1.20.1 · 1 июля 2023 г.
Update to 1.20.1
Note: This probably compatible with fabric 1.20 but not supported due to a lack of testing
Комментарии
Загружаем…