Loading...
Beta Modpages Unclaimed

Potion Core

Adds a whole lot of potion effects to the game.

0 Likes
25050049 Downloads
Created by Tmtravlr

Description

Have you ever gotten tired of the vanilla potion effects? Wanted something new and interesting? Well then this mod has plenty to offer!

 

This mod contains a whole bunch of potion effects that I plan to use in some other mods! There is no way to get the potions besides the creative menu in this mod (since this is just a core mod), but check out Not Enough Potions, which has recipes and new brewing mechanics. I haven't updated Not Enough Potions for 1.12 yet, but sschr15 has created some recipes for it here., or Pacoheroico made some here.

 

Potions!

 

There are quite a few added potion effects, including:

 

Attack:

Trueshot - Increases projectile damage (like how strength increases melee damage).

Klutz - Decreases projectile damage (like how weakness decreases melee damage).

Magic Focus - Increases magic damage (like how strength increases melee damage).

Magic Inhibition - Decreases magic damage (like how weakness decreases melee damage).

Recoil - Reflects a portion of damage back to the attacker.

Burst - Makes you explode but doesn't hurt you (only your enemies), and doesn't do block damage.

Explosion - Explodes you.

Combustion - Sets you on fire.

Lightning - Strikes you with lightning.

Launch - Shoots you up into the air.

 

Defense:

Vulnerability - Increases all damage to you (like how resistance decreases all damage to you).

Broken Armor - Decreases your armor

Iron Skin - Increases your armor

Diamond Skin - Increases your armor toughness

Magic Shielding - Protects you from magic damage (which is normally unblockable)

Solid Core - Gives you knockback resistance.

Revival - If you die with this effect on, you will revive with 2 hearts per level.

 

Utility:

Slowfall - Slows your fall and prevents some fall damage at level 1, and all fall damage at level 2.

Step Up - Increases your step height so you can step up a full block.

Reach - Increases your reach distance.

Climbing - Lets you climb walls like spiders.

Corrosion - Damages your armor and held item (except for gold items/armor).

Repairing - Repairs your armor and held item.

Flight - Lets you fly like in creative mode.

Random Teleport - Teleports you to a nearby location.

Surface Teleport - Teleports you to the top surface block.

Spawn Teleport - Teleports you to your spawn point if you stand still with it for 10 seconds.

Love - Causes breedable entities to breed with eachother.

Antidote - Prevents you from taking poison damage.

Purity - Prevents you from taking wither damage.

 

Other:

Drowning - Makes you only breath underwater.

Weight - Negative jump boost; makes it so you can't jump up a full block.

Disorganization - Shuffles your inventory

Perplexity - Reverses your controls so forwards is backwards, sneak is jump, etc.

Extension - Prevents one other potion on you from ticking down per level. Essentially doubles the length of another potion on you.

Chance - Gives you one random potion effect (could be good or bad).

Bless - Gives you one random good potion effect.

Curse - Gives you one random bad potion effect.

Cure - Clears all bad potion effects from you.

Dispel - Clears all good potion effects from you.

Inversion - Inverts all potion effects on you (like regeneration -> wither, strength -> weakness, etc.).

Potion Sickness - Disabled by default. Has a low chance of giving you a random bad potion effect. 

 

It also changes the way a few vanilla potions work:

Blindness - Now the fog comes closer per level (making you more blind), and it also affects mobs, so they won't attack you unless you are close to them.

Jump Boost - You can control how high you jump by holding down the space bar, so you can jump up one block instead of shooting into the air.

 

There are also a few new attributes (that can be applied to armor and tools as well):

 

Projectile Damage

  • Attribute Name: potioncore.projectileDamage
  • Default: 1
  • Range: 0 - 2048
  • What it does: Represents your projectile damage from bows, thrown items, etc. Used by the archery and klutz potions.

Magic Damage:

  • Attribute Name: potioncore.magicDamage
  • Default: 1
  • Range: 0 - 2048
  • What it does: Represents your magic damage, which in vanilla minecraft is only from throwing harming/healing potions. Used by the magic focus and magic inhibition potions.

Jump Height:

  • Attribute Name: potioncore.jumpHeight
  • Default: 1
  • Range: 0 - 2048
  • What it does: Represents the height you can jump. Used by the weight and vanilla jump boost potions.

Dig Speed:

  • Attribute Name: potioncore.digSpeed
  • Default: 1
  • Range: 8.1E-4 - 2048
  • What it does: Represents your dig speed. Used by the vanilla haste potion (mining fatigue doesn't use it, since it's effects aren't linear).

Reach: Removed in 1.12 onwards! Use forge's generic.reachDistance instead!

  • Attribute Name: potioncore.reach
  • Default: 4.5
  • Range: 0 - 2048
  • What it does: Represents your reach in blocks. Used by the reach potion.

Step Height:

  • Attribute Name: potioncore.stepHeight
  • Default: 0.6
  • Range: 0 - 256
  • What it does: Represents how high you can step. Used by the step up potion.

Damage Resistance:

  • Attribute Name: potioncore.damageResistance
  • Default: 1
  • Range: -2048 - 2
  • What it does: Represents your damage resistance, where 1 is normal, 2 is 100% resistance, and values below 1 decrease your resistance. Used by the vulnerability and vanilla resistance potions.

Magic Shielding:

  • Attribute Name: potioncore.magicShielding
  • Default: 0
  • Range: 0 - 20
  • What it does: Represents your magic 'armor', which protects you from magic damage (since magic damage penetrates normal armor). Used by the magic shield potion.

 

 

There's also a new potion mechanic, Potion Sickness, that limits how many beneficial potions you can drink at once (in case you don't want to get too overpowered). After you reach a certain configurable number of good potion effects, you will get potion sickness, which will rarely give you bad potion effects as long as you have it. So if you are too greedy, you could literally blow yourself up. It is disabled by default; you can enable it in the config file.

 

Most settings can be enabled/disabled/modified in the config files.

 

This is a regular mod; just install forge and then drop this in your mods folder! If you don't know how to install forge, there are many tutorials out there.

 

Yes, this is allowed in modpacks. Just link back to curse or minecraftforum, and list me as the author.

 

There is an old beta version for 1.7.10. I don't plan to update it further, but it's there if you really want a version for 1.7.10.

 

If you want to use this mod in one of your mods, you can load it as a library by:

  • Going into the Files on curseforge, and clicking on the file name you want to download it for
  • Scrolling down to the related files on the bottom.
  • Download both the deobf and sources files.
  • In your forge dev environment, create a libs folder.
  • Drag both files into the libs folder.
  • If you are using eclipse, go to the libs folder, right click on the deobf file, and click Build Path -> Add to Build Path
  • It should now be loaded at the bottom of Referenced Libraries.
  • Try to open a class, click Add Source, and point it to the sources file.
  • It should now be loaded as a library.

 Enjoy the potions!

 

If you find a bug, or want to leave a comment, you should do so on the minecraftforum page, as I will look at it more often.


AD Become Premium to remove Ads!

What means Verified?

  • Compatibility: The mod should be compatible with the latest version of Minecraft and be clearly labeled with its supported versions.
  • Functionality: The mod should work as advertised and not cause any game-breaking bugs or crashes.
  • Security: The mod should not contain any malicious code or attempts to steal personal information.
  • Performance: The mod should not cause a significant decrease in the game's performance, such as by causing lag or reducing frame rates.
  • Originality: The mod should be original and not a copy of someone else's work.
  • Up-to-date: The mod should be regularly updated to fix bugs, improve performance, and maintain compatibility with the latest version of Minecraft.
  • Support: The mod should have an active developer who provides support and troubleshooting assistance to users.
  • License: The mod should be released under a clear and open source license that allows others to use, modify, and redistribute the code.
  • Documentation: The mod should come with clear and detailed documentation on how to install and use it.

AD Become Premium to remove Ads!

How to Install

1

Download Forge & Java

Download Forge from the offical Site or here. If you dont have Java installed then install it now from here. After Downloading Forge you can run the file with Java.

2

Prepare

Lounch Minecraft and select your Forge istallation as Version this will create a Folder called Mods.

3

Add Mods

Type Win+R and type %appdata% and open the .minecraft Folder. There will you find your Folder called Mods. Place all Mods you want to play in this Folder

4

Enjoy

You are now Ready. Re-start your Game and start Playing.

More Mods like this

Mantle

Shared code for Forge mods

AutoRegLib

A library to ease menial tasks in mod development.

CraftTweaker

CraftTweaker allows modpacks and servers to customize the game. With CraftTweaker you can change recipes, script events, add new commands and even change item properties!

CoFH Core

Contains Core Functionality for all Team CoFH mods. Also does some really cool stuff on its own!

Patchouli

Accessible, Data-Driven, Dependency-Free Documentation for Minecraft Modders and Pack Makers

Baubles

An addon module and API for Thaumcraft