
BreweryX
An actively maintained, support given, and addon supported fork of Brewery with tons of extras
3.6.2
release21 ноября 2025 г.What's Changed
- Add MMOItems as a softdepend by @Nadwey in https://github.com/BreweryTeam/BreweryX/pull/175
- Create a Jenkinsfile for multibranch pipeline by @Nadwey in https://github.com/BreweryTeam/BreweryX/pull/179
- fix(integration): remove vault items support by @Jsinco in https://github.com/BreweryTeam/BreweryX/pull/178
- Fixxed Outdated Types and Not Shown Lore by @kami-tsuki in https://github.com/BreweryTeam/BreweryX/pull/174
New Contributors
- @kami-tsuki made their first contribution in https://github.com/BreweryTeam/BreweryX/pull/174
Full Changelog: https://github.com/BreweryTeam/BreweryX/compare/3.6.1...3.6.2
3.6.1
release11 ноября 2025 г.What's Changed
- i18n(zh): Update zh.yml by @nuoxi4n in https://github.com/BreweryTeam/BreweryX/pull/161
- Fix force adding signs to movecraft craft by @Intybyte in https://github.com/BreweryTeam/BreweryX/pull/166
- Prevent bypass of onlyAllowBrewsInBarrels via drag events by @nustad10 in https://github.com/BreweryTeam/BreweryX/pull/167
- Fix error messages caused by --age (#162) by @nuoxi4n in https://github.com/BreweryTeam/BreweryX/pull/163
- Fix for BUG #165 by @nustad10 in https://github.com/BreweryTeam/BreweryX/pull/168
- Update to paper version 1.21.10 by @Jsinco in https://github.com/BreweryTeam/BreweryX/pull/169
New Contributors
- @nuoxi4n made their first contribution in https://github.com/BreweryTeam/BreweryX/pull/161
- @nustad10 made their first contribution in https://github.com/BreweryTeam/BreweryX/pull/167
Get your version from Modrinth
Important release quote
I only take a drink on two occasions — when I’m thirsty and when I’m not.
Brendan Behan
Full Changelog: https://github.com/BreweryTeam/BreweryX/compare/3.6.0...3.6.1
3.6.0
release17 августа 2025 г.Download available at
What's Changed
- Hook/movecraft by @Intybyte in https://github.com/BreweryTeam/BreweryX/pull/143
- Various small patches by @Thorinwasher and @Mitality in https://github.com/BreweryTeam/BreweryX/pull/159
- Added translations for the lands hook's flag title/description
- Fix NPE when loading barrels in some cases
- Allow late-init world loading
- Fix class initialization issue
- Fix NPE when accessing an item from a removed integration
Full Changelog: https://github.com/BreweryTeam/BreweryX/compare/3.5.0...3.6.0
3.5.0
release17 июля 2025 г.What's Changed
- Complement the Ukrainian translation by @Thorinwasher in https://github.com/BreweryTeam/BreweryX/pull/109
- Add /brew simulate by @Tisawesomeness in https://github.com/BreweryTeam/BreweryX/pull/119
- New barrel type distance algorithm by @Tisawesomeness in https://github.com/BreweryTeam/BreweryX/pull/124
- Fix applying potion effects on folia errors by @Intybyte in https://github.com/BreweryTeam/BreweryX/pull/127
- Fix/folia reload by @Intybyte in https://github.com/BreweryTeam/BreweryX/pull/128
- Remove wood quality lore on unlabel by @Tisawesomeness in https://github.com/BreweryTeam/BreweryX/pull/130
- Set encode seed on (re)load by @Tisawesomeness in https://github.com/BreweryTeam/BreweryX/pull/129
- Allow recipes to have multiple barrel types by @Tisawesomeness in https://github.com/BreweryTeam/BreweryX/pull/125
- Fix age command not using wood type by @Tisawesomeness in https://github.com/BreweryTeam/BreweryX/pull/123
- Config option for only allowing brews in barrels by @Jsinco in https://github.com/BreweryTeam/BreweryX/pull/118
- Ruined brew hints by @Tisawesomeness in https://github.com/BreweryTeam/BreweryX/pull/126
- Validate barrels much more strictly by @Thorinwasher in https://github.com/BreweryTeam/BreweryX/pull/116
- Make is small method work for folia by @Thorinwasher in https://github.com/BreweryTeam/BreweryX/pull/148
- Stricter bounding box validation by @Thorinwasher in https://github.com/BreweryTeam/BreweryX/pull/149
- Fix exception when reapplying effects in folia by @Thorinwasher in https://github.com/BreweryTeam/BreweryX/pull/150
Full Changelog: https://github.com/BreweryTeam/BreweryX/compare/3.4.10...3.5.0
3.4.10
release23 февраля 2025 г.This release contains a lot of fixes, changes, and a few feature additions. I would HIGHLY recommend upgrading to this verison if you are using any type of SQL storage method.
Changes
- SQLite is now the default storage method for BreweryX. For servers that experience slow saving times with
FlatFilestorage, you should migrate to SQLite, MySQL, or MongoDB. ~ by Nadwey->To migrate, start your server using the storage methodFlatFile. Next, change your storage method toSQLiteor another database storage method. Finally, run:/brew data reloadand/brew data saveto finalize your migration.
Additions
- You can now configure barrel inventory sizes ~ by Mitality
- BreweryX now hooks into the Lands plugin. ~ by Mitality
- You can now configure your own custom translations in BreweryX ~ by Thorinwasher
- Added a Ukranian translation ~ by Thorinwasher
Fixes
- Fixes SQL storage methods not deleting objects from the database. If you're using an older version of BreweryX with an SQL database, you should update! ~ by Jsinco
- Fixes Brewery not recognizing
cauldron.ymlrecipes, reference here ~ by Jsinco
That's it, Github generated release notes are below. Have a good day!
What's Changed
- Set SQLite as the default storage type by @Nadwey in https://github.com/BreweryTeam/BreweryX/pull/96
- Fix: SQL saving, Cauldron brew matching by @Jsinco in https://github.com/BreweryTeam/BreweryX/pull/105
- Fix lore of sealed potions by @Nadwey in https://github.com/BreweryTeam/BreweryX/pull/95
- Allow custom translations by @Thorinwasher in https://github.com/BreweryTeam/BreweryX/pull/103
- Ukrainian translation by @Thorinwasher in https://github.com/BreweryTeam/BreweryX/pull/102
Full Changelog: https://github.com/BreweryTeam/BreweryX/compare/3.4.9...3.4.10
Совместимость
Minecraft: Java Edition
Создатели

Thorinwasher
Member

Jsinco
Member