Potion Tweaker
No reviews yet
Tweak your Potions
Centers around fantasy elements such as spells, rituals, and magical energies, often involving personal empowerment and magical automation.
Forge is a popular mod loader for versions 1.1+ of Minecraft.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
Resources
External Links
About
Description
This mod allows you to tweak Minecrafts vanilla potion effects.
How to configure the mod:
- Navigate to your config folder and open the file "potiontweaker.cfg" on any text editor.
- The following example is on the strength potion effect (but applies to most of the potions within the game):
strength {
# How strong do you want it? [range: 0.0 ~ 10000.0, default: 3.0]
S:"Strength Modifier"=3.0
# By which operation should the modifier be applied? [range: 0 ~ 2, default: 0]
I:"Strength Operation"=0
}
The "Modifier" is the amount by which the respective attribute will be changed. The way it will be applied however depends on the "Operation".
The "Operation" tells the game how to apply the modifier to the base stat. Valid operations range from 0 to 2.
- Operation 0 will add the given Modifier to the base stat. It will increment by the value of the Modifier per potion level.
(Formula: Modified_Value = Base_Value + Modifier * Potion_Level) E.g. operation 0 with a modifier of 3.0 will increase your base attack damage by +3 per potion level.

- Operation 1 and 2 are multiplication (and although different in their nature they are in our case the same). It will increment by the value of the Modifier per potion level.
(Formula: Modified_Value = Base_Value + Base_Value * Modifier * Potion_Level) E.g. operation 1 with a modifier of 0.2 will increase your base attack damage by +20% per potion level. Note that your base damage is modified by the weapon you're wielding, thus will this example potion increase your weapons damage by +20% per potion level.

For some potions the game does not allow to alter their operations, such as regeneration or hunger. That is also why you won't find an inquiry for the operation for those potions within the config file.
For further reading see the minecraft wiki's attribute page.
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers
Statistics
Resources