Quark Oddities

Quark Oddities

22M Downloads

Potion stacking

ChaoticLogic opened this issue ยท 4 comments

commented

minecraft log.txt

I am having some trouble with the option to stack potions. I am using Quark version r1.5-133 (I haven't downloaded the new version yet that you published a few hours ago) in my personal modpack and I have set potions to be stackable in the config:

"stackable items" {
I:Minecarts=16
I:Potions=16
I:Saddle=8
I:Soups=64
}

However, I cannot get the feature to work. I have scoured the configs for all my other mods since some over-extend their scope (for example, Ender IO includes BowInfinityFix), but I cannot find anything that affects potions other than adding new types. I'm not sure if this is a bug since the option to stack potions isn't listed on the Quark website as a feature. Perhaps the feature was removed and the config left behind? I'd appreciate any feedback.

commented

Okay. I've found it in the commits... I must have overlooked it. But where did you find the release notes?

commented

Potion stacking was removed in Quark-r1.5-131.

From the release notes:

  • Tweaks: Removed the ability to make potions stackable, as the brewing stand really doesn't like this ability.
commented

You can find the changelogs here by picking the one you want: https://minecraft.curseforge.com/projects/quark/files

commented

It would be really nice if you could give us the ability to turn on potion stacking anyway under "Experimental". All the brewing issue really ever did was prevent you from shift clicking potions into a brewing stand. Other than that, Potion stacking is an extremely useful feature that I'd love to see back in latest releases.

Edit: I re-added the feature by copying the stackableitems.class file from the 130 build into the latest version and re-enabled it for my own personal use as this feature is amazing minus the stupid brewing stands being annoying.