haveric / StackableItems

Minecraft Bukkit plugin that allows you to change the default stack size of items.
22 stars 17 forks source link

Stacking in brewing stands #114

Closed FoxyFullmoon closed 8 years ago

FoxyFullmoon commented 8 years ago

I'm using StackableItems version 1.0.3

I have potions (water bottles) set to stack to 64 and I have Use_Stack_Amounts_In_Brewing set to false in the config. However, when I drag potions into the brewing stand, whether I left or right click, they're automatically stacking into divided groups. So a stack of 64 sets 21 potions in each slot.

haveric commented 8 years ago

"Use_Stack_Amounts_In_Brewing" was removed. Instead, you should use the following:

world:
  inventory:
    brewing:
      disabled: true