Compatibility
Minecraft: Java Edition
Platforms
Supported environments
Links
Tags
Creators
Details
Drink Beer Rebrew is an unofficial Fabric 1.21.1 port of Drink Beer Refill (NeoForge), forked at commit f3b2bfb, which was published under AGPL-3.0-only. Drink Beer Refill is itself a fork of Lekavar's original Drink Beer.
Note. On 2026-08-07 upstream released
1.4.0-beta.1, which added their own Fabric support and, in the same commit (8130c4c), replaced the AGPL-3.0 licence with All Rights Reserved. If you want the original mod, go to upstream — it is maintained again and now ships Fabric builds. This fork descends from the earlier AGPL-3.0 state, carries AGPL-3.0-only forward, and uses no code from upstream commits afterf3b2bfb.
Requires: Minecraft 1.21.1, Fabric Loader >= 0.19, Fabric API. The same jar goes on both client and server. EMI is optional — brewing recipes show up in it when present.
Fixed upstream bugs
Six of these break the mod on NeoForge as well, so upstream's bartending feature is unusable there:
- bartending table crashed the server tick on the first spice (
SpiceData.fromSpiceListread indices 1 and 2 without a length check) - "drunk frost walker" was removed on its first tick (
applyEffectTickreturnedfalse, which means "expired" since 1.20.5) - the beer could not be taken off the table (
useItemOnreturnedCONSUMEfor any item including an empty hand, souseWithoutItemnever ran) - no block dropped anything when mined (block loot tables sat in
loot_table/block/, vanilla looks inloot_table/blocks/) - the game crashed on the first player save after drinking a cocktail (effects were applied through
Holder.direct, which cannot be serialised) - cocktail names rendered as raw broken keys such as
block.drinkbeer.drinkbeer:beer_mug, because upstream built translation keys fromItem#toString(), which differs between loaders - a placed cocktail lost its base beer: nothing wrote the beer id or the spices into the block entity, so the mug rendered as a generic model and dropped as an empty-looking (but drinkable) mug
- the keg ate surplus ingredients: a recipe consumes one item per slot, but the whole slot was wiped when brewing started, so a stack put into a slot vanished
Notes on the port
Loader layer only; upstream game logic is left as-is where possible. Recipe JSONs are used unchanged — the ingredient codec accepts both the NeoForge ({"item"/"tag"}) and the vanilla ("id"/"#tag") shapes. The JEI plugin is replaced by an EMI plugin.
Everything that differs from upstream, including two bugs introduced by the port itself and then fixed, is documented in PORTING.md (in Russian).
Credits
All the actual mod work belongs to upstream authors:
- Lekavar and MarbleGateKeeper — the original Drink Beer
- Naetheline — bartending & bartering
- yanang007 — 1.18.2 port, Jade integration
- DragonsPlusMinecraft — the Refill fork this is based on
This page exists because the official Fabric build stopped at 1.19.3 and the NeoForge fork is archived. Source: https://github.com/gen1nya/drinkbeer-refill-fabric


