作者:rebot | 分类:模组
Minecraft 版本: 1.21 1.21.1
平台: neoforge
标签: game-mechanics utility
Potion Blender is a small mod to merge potion effects into one item, allowing for interesting combinations.

First, you need to make a special cauldron. Do so by right-clicking a campfire with a vanilla cauldron.
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
It is time to finish the brewing and choose your desired potion. You may choose one of these three ingredients :
Please wait for the brewing cauldron to perform its magic and grab your combined brew!
You can craft tipped arrows with multiple effects using a combined lingering potion. It follow the same pattern as the vanilla craft:

You can reset the cauldron anytime by right-clicking on the cauldron to get back your ingredients.
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.
See the wiki for the most up to date information
The config is in .minecraft/config/potionblender/potion_blender_config.json
Here is the default configuration:
{
"configVersion": 1,
"maxNbOfEffects": 3,
"brewingTime": 140,
"normalPotionIngredient": "minecraft:nether_wart",
"splashPotionIngredient": "minecraft:gunpowder",
"lingeringPotionIngredient": "minecraft:dragon_breath"
}
The configuration file is in your .minecraft/potionblender/potion_blender_config.json
The configurable options are:
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
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
请登录后举报
暂无评论,抢个沙发吧~