An add-on mod designed for Kaleidoscope Tavern, adding faster brewing and a damage mechanism to barrels.
Features 🚀
Fast Brewing
Each time a full brew is completed (brewing quality reaches a collectible level), the speed permanently increases.
💥 Damage Mechanism
After each brew, there's a chance the barrel gets damaged, with probability increasing each time.
⚙️ Configurable
All parameters can be adjusted through the configuration file.
🛠️ Debug Commands
Built-in debug commands make it easy to test. Each barrel completing a full brewing cycle (reaching level 7) permanently counts as 1 brew. Once dug out, it’s gone.
Brewing count affects the current barrel’s speed bonus:
1st brew: 5%;
2nd brew: 6.25%;
3rd brew: 7.5%;
4th brew: 8.75%;
5th brew and above: 10% (or the max set in config).
Speed bonus = 5% + (effective count - 1) × (max speed - 5%) / (max count - 1)
Where:
Effective count = min(actual count, maxBrewCountForSpeed);
Max speed = maxSpeedPercent (default 10%);
Max count = maxBrewCountForSpeed (default 5).
The speed bonus applies directly to each brewing stage: Stage time = original stage time × (1 - speed bonus).
Count | Speed Bonus | Total Brew Time (original 30s)
0 | 0% | 30.0s
1 | 5% | 28.5s
2 | 6.25% | 28.1s
3 | 7.5% | 27.75s
4 | 8.75% | 27.4s
5 | 10% | 27.0s
Each time a full brew finishes, the barrel may get damaged. Damage probability = 5% × brew count, max 55%.
Count | Damage Probability
0 | 5%
1 | 10%
2 | 15%
3 | 20%
4 | 25%
5 | 30%
10 | 55%
Commands
All commands need to target the center bottom of the barrel.
/brewdebug finish — Instantly finish current barrel brew (max level);
/brewdebug setlevel <int> — Set barrel brew level;
/brewdebug addcount — Add 1 to brew count;
/brewdebug setcount <0-100> — Set brew count;
/brewdebug damage — Destroy the barrel;
/brewdebug info — Check current barrel status.
Items
Barrel Status Detector:
Sneak-right-click the barrel. View barrel info without permissions.
Crafting recipe is as follows:
