How to stack potions in minecraft

How to stack potions in minecraft! This is absolutely game changing!#shorts
There are other answers below:
You need to use the proper extra ID for the potion you want. For example: If you wanted to give the nearest player 5 speed potions that are stacked in the 2nd slot, you use the command bellow.
Is there a way to stack potions (to 64) in Vanilla 1.8? Mcedit, NBTedit, or possibly commands. The only way (in-game) now is with /replaceitem. /give doesn’t exceed normal max item stacks as of 1.8. If you do /give @p potion 2, you’ll get two individual water bottles instead of two in a stack. how does it work ?
Click to expand… No, this won’t work. /give actually creates a special item stack, so they will go into your inventory unstacked. What you have to do is this: Code: /replaceitem entity @p slot.whatever.number minecraft:potion count damagevalue. Replace whatever, number, count, and damagevalue with the values you want to use.
Not totally sure if this will work, but you could try it /replaceitem entity @p slot.weapon.mainhand minecraft:potion 64. This might force the game into stacking the potions since its unable to spread them out since you only said that it can be in your main hand in the command.
This resource will stack all potion types in your inventory. Also try out RPGPlus for a unique RPG experience. Features – Any stack size between 1 and 64 – Custom names are transferred into the stack – Works with all potion types on any server version 1.8+ – Change messages displayed to the user – Change the command used to stack potions Config
I like the idea of stacking potions but imo they should be limited to stack sized under double digits. In keeping with stack size trends, 4 or 8 would be great. The main reason I would want this is to be able to sort out fire resistance potions from the other junk in …
In this video, I show you how to stack armor, or anything else in the game without OP, thank you for watching, and please like comment share and subscribe! B…
MethodTipsWarnings Travel to the Nether . There are several ingredients that you can only gather while in the Nether, so you’ll need to go to the Nether in order to kick off the potion-brewing process. The Nether is incredibly dangerous, especially for new players. Consider setting the game difficulty to “Peaceful” while in the Nether to avoid dying until you want Ghast tears, Magma cream, Blaze …Gather Nether ingredients. You’ll need to gather two things while in the Nether: Nether Wart: …
Stacked potions is currently a bad idea. Here an example as to why. – Minecraft Feedback. This category is for the special Experimental Combat Snapshot feedback only and features that exist in this snapshot only. This category is temporary and WILL be archived when we have a new snapshot to discuss. This keeps your feedback relevant, fresh …
Related Questions
Is it bad to stack potions in Minecraft?
Stacked potions is currently a bad idea. Here an example as to why. – Minecraft Feedback This category is for the special Experimental Combat Snapshot feedback only and features that exist in this snapshot only. This category is temporary and WILL be archived when we have a new snapshot to discuss.
How to make potions in Minecraft?
To make potions in Minecraft, open your brewing stand by facing it, then selecting it. Place 3 water bottles in the stand by dragging them into the squares at the bottom of the pages. Place a Nether wart in the top square of the crafting page, then click and drag blaze powder onto the top-left square in the brewing stand window.
How many potions can you stack?
You can also now stack potions up to 16, and drink them quicker than you used to be able to. Being able to drink potions quickly is fantastic for quite a few reasons, but stacking them isn’t so much — especially with the instant health buff.
How to give potions to nearest player?
You need to use the proper extra ID for the potion you want. For example: If you wanted to give the nearest player 5 speed potions that are stacked in the 2nd slot, you use the command bellow. /replaceitem entity @p slot.hotbar.1 minecraft:potion 5 8194