kernitus / BukkitOldCombatMechanics

Spigot plugin to configure combat mechanics from 1.9 onwards
https://www.spigotmc.org/resources/19510/
Mozilla Public License 2.0
168 stars 71 forks source link

Brewing stand not working #571

Closed AstragoDE closed 2 years ago

AstragoDE commented 2 years ago

Information

Problem Description

The brewing stand does not work. The progress bar of the brewing stand jumps back to 0% after hitting 100%. No Items get consumed, and the water bottles do not change to an awkward potion.

### To Reproduce Steps to reproduce the behavior: 1. Place brewing stand 2. Fill brewing stand with blaze powder, water bottles and nether warts 3. Wait until the progress bar fills up ### Expected Behavior The water bottles should change to an awkward potion. ### Actual Behavior

The water bottles do not change, and no items get consumed.

kernitus commented 2 years ago

If you disable the old-brewing-stand module does this still happen?

AstragoDE commented 2 years ago

It doesn't work, even if the module is disabled

kernitus commented 2 years ago

Any chance you have another plugin that could be conflicting? Because if the module is disabled OCM should not be touching brewing stands at all.

LoXR commented 2 years ago

Tried this aswell, and still the same. Removed the plugin, and its OCM affecting brewing stands, re-add OCM and the brewing stands progress keeps resetting.

Edit: I guess old-brewing-stand set to false fixes it