Brew Mania

Quick rating

Brew Mania

No reviews yet

A Cool mod that focuses on Brewing Alcohol

Tech
Food & Culinary
Mod Loaders
NeoForge
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Required
Server Required

About

Project Details

Type
Mod
License
All Rights Reserved
Latest Version
brewmania-1.0.0.jar
Authors
CurseForge
Modrinth

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

BrewMania

A comprehensive brewing system for Minecraft. Build a working brewery from grain to glass, craft 13 unique drinks across four categories, and manage a quality-driven production pipeline that rewards skill and patience.

Overview

BrewMania adds a full production chain for beer, wine, mead, and spirits. Every drink moves through specialized stations — milling, mashing, boiling, fermenting, aging, and bottling — with optional distillation for hard liquor. A 5-star quality system, per-player brewing skill, and a tiered drunkenness mechanic give your brews real consequences in the world.

Features

Seven Brewing Stations

  • Mill — Crush wheat into malt.
  • Mash Tun — Combine malt with water to create wort, or grapes/honeycomb to create must.
  • Brew Kettle — Boil wort with hops or other ingredients (requires fuel).
  • Fermentation Tank — Long-form fermentation.
  • Aging Barrel — Rest your brew for higher quality.
  • Bottling Station — Fill containers with the finished product.
  • Distillery — Distill fermented liquid into spirits (requires fuel).

13 Built-In Drinks

  • Beers — Pils, Weizen, Stout, IPA (Beer Mug)
  • Wines — Red, White, Fruit (Wine Glass)
  • Meads — Classic, Spiced (Bottle)
  • Spirits — Whisky, Vodka, Fruit Brandy, Rum (Shot Glass)

Quality System (1–5 stars)

Quality is determined by recipe correctness, a touch of randomness, and your brewing skill. Higher-quality drinks have stronger, longer-lasting effects — a 5-star brew lasts six times longer than a 1-star one.

Brewing Skill (Levels 1–100)

Every successful brew grants XP, stored per-player via NeoForge attachments. Higher levels significantly improve your odds of producing premium drinks.

Effects

  • Drunkenness — Five escalating levels: visual wobble, stumbling, blurred vision, and finally a blackout teleport that drops you somewhere within 50 blocks.
  • Hangover — Triggers at sunrise after a heavy night. Applies Slowness, Mining Fatigue, and Nausea. Duration scales with how drunk you got.

Custom Crops

  • Hops — A climbing plant that grows up fences. Used for beer.
  • Grape Vines — A climbing plant that grows up custom Trellis blocks. Used for wine.

Datapack-Driven Custom Drinks

Define entirely new drinks via JSON — no Java required:

{
  "translationKey": "item.mypack.cherry_ale",
  "color": "0xCC3333",
  "drunkennessMultiplier": 1.2,
  "category": "beer",
  "additionalEffects": [
    { "effect": "minecraft:regeneration", "duration": 200, "amplifier": 0 }
  ]
}

Set color, drunkenness scaling, category, and any number of additional potion effects. Definitions are loaded server-side and synced to clients automatically.

Configurable

All brewing times, hangover duration, and the blackout teleport range are exposed in the config file.

Requirements

  • Minecraft 26.1.1
  • NeoForge 26.1.1.0-beta or newer
  • Java 25

Compatibility

No external mod dependencies. Designed to coexist with other content mods — uses its own creative tab and namespace.

BrewMania

A comprehensive brewing system for Minecraft. Build a working brewery from grain to glass, craft 13 unique drinks across four categories, and manage a quality-driven production pipeline that rewards skill and patience.

Overview

BrewMania adds a full production chain for beer, wine, mead, and spirits. Every drink moves through specialized stations — milling, mashing, boiling, fermenting, aging, and bottling — with optional distillation for hard liquor. A 5-star quality system, per-player brewing skill, and a tiered drunkenness mechanic give your brews real consequences in the world.

Features

Seven Brewing Stations

  • Mill — Crush wheat into malt.
  • Mash Tun — Combine malt with water to create wort, or grapes/honeycomb to create must.
  • Brew Kettle — Boil wort with hops or other ingredients (requires fuel).
  • Fermentation Tank — Long-form fermentation.
  • Aging Barrel — Rest your brew for higher quality.
  • Bottling Station — Fill containers with the finished product.
  • Distillery — Distill fermented liquid into spirits (requires fuel).

13 Built-In Drinks

  • Beers — Pils, Weizen, Stout, IPA (Beer Mug)
  • Wines — Red, White, Fruit (Wine Glass)
  • Meads — Classic, Spiced (Bottle)
  • Spirits — Whisky, Vodka, Fruit Brandy, Rum (Shot Glass)

Quality System (1–5 stars)

Quality is determined by recipe correctness, a touch of randomness, and your brewing skill. Higher-quality drinks have stronger, longer-lasting effects — a 5-star brew lasts six times longer than a 1-star one.

Brewing Skill (Levels 1–100)

Every successful brew grants XP, stored per-player via NeoForge attachments. Higher levels significantly improve your odds of producing premium drinks.

Effects

  • Drunkenness — Five escalating levels: visual wobble, stumbling, blurred vision, and finally a blackout teleport that drops you somewhere within 50 blocks.
  • Hangover — Triggers at sunrise after a heavy night. Applies Slowness, Mining Fatigue, and Nausea. Duration scales with how drunk you got.

Custom Crops

  • Hops — A climbing plant that grows up fences. Used for beer.
  • Grape Vines — A climbing plant that grows up custom Trellis blocks. Used for wine.

Datapack-Driven Custom Drinks

Define entirely new drinks via JSON — no Java required:

{
  "translationKey": "item.mypack.cherry_ale",
  "color": "0xCC3333",
  "drunkennessMultiplier": 1.2,
  "category": "beer",
  "additionalEffects": [
    { "effect": "minecraft:regeneration", "duration": 200, "amplifier": 0 }
  ]
}

Set color, drunkenness scaling, category, and any number of additional potion effects. Definitions are loaded server-side and synced to clients automatically.

Configurable

All brewing times, hangover duration, and the blackout teleport range are exposed in the config file.

Requirements

  • Minecraft 26.1.1
  • NeoForge 26.1.1.0-beta or newer
  • Java 25

Compatibility

No external mod dependencies. Designed to coexist with other content mods — uses its own creative tab and namespace.

Screenshots

Gallery

  • JEI Support
    JEI Support This Mod also Supports JEI when viewing the custom recipes
  • Workstations
    Workstations All Warkstations Provided by the Mod

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Total Downloads
CurseForge
<1,000
Modrinth
<1,000
Last Updated
CurseForge
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works