HomeJavaModsBetter Brewing Stand Fuels
Better Brewing Stand Fuels
ModsJava

Better Brewing Stand Fuels

by Saereth · on CurseForge

A simple mod that makes the minecraft:brewing_stand_fuel item tag functional. Vanilla hardcodes brewing stand fuel to blaze powder this mod modifies that…

Which build do you need?

This mod ships a separate file for every mod loader and every version of the game. Pick both, then download — the wrong build installs fine and then does nothing in the game.

Mod loader

Minecraft version

⬇ Download for 1.21–1.21.1 · NeoForge⬇ Download for 1.20.1 · Forge
I don't know my version or loader
Open the Minecraft launcher and look at the profile you play on — it names both, like fabric-loader-1.21.4. The version also shows in the bottom-right corner of the game's main menu.
No loader in the profile name? Then it's plain Minecraft, and these mods won't run — you need Fabric or NeoForge installed first.

Better Brewing Fuels

Ever wanted to use something other than Blaze Powder to fuel your Brewing Stand? Now you can.

What It Does

Better Brewing Fuels makes the minecraft:brewing_stand_fuel item tag actually work. Vanilla Minecraft ignores this tag entirely. The Brewing Stand only accepts Blaze Powder, hardcoded. This mod changes that so any item added to the tag can be used as fuel, providing 20 brew charges just like Blaze Powder.

For Modpack Developers

This mod does nothing on its own — it's a framework for modpacks and datapacks to define custom brewing fuels. Add items to the minecraft:brewing_stand_fuel tag and they'll just work:

Via Datapack:

  {
    "replace": false,
    "values": [
      "mymod:custom_fuel_item"
    ]
  }

Via KubeJS:

  ServerEvents.tags("item", (event) => {
    event.add("minecraft:brewing_stand_fuel", "mymod:custom_fuel_item");
  });

Blaze Powder continues to work as fuel by default. This mod only adds functionality, it doesn't remove anything.

Features

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more