promotional bannermobile promotional banner

Better Furnaces & Chests

Enhance your world with tiered furnaces for lightning-fast smelting and massive tiered chests featuring a modern scrollable GUI with built-in sorting, stacking, and searching functionality. Fully configurable and performance-optimized.

File Details

better-furnaces-and-chests-1.21.11-1.2.0-fabric.jar

  • R
  • Jan 31, 2026
  • 335.58 KB
  • 214
  • 1.21.11+1
  • Fabric

File Name

better-furnaces-and-chests-1.21.11-1.2.0-fabric.jar

Supported Versions

  • 1.21.11-snapshot
  • 1.21.11

Curse Maven Snippet

Fabric

modImplementation "curse.maven:better-furnaces-and-chests-1438083:7555269"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Devlog - Version 1.2.0

The Architectural Shift: Server-Authoritative Configuration

In this version, we've fundamentally changed how configuration works to ensure a fair and consistent experience for all players in multiplayer environments.

Server-Side Authority

Gameplay-affecting settings such as chest capacity, furnace speed, and tool requirements are now managed exclusively by the server.

  • What this means: When a player joins a server, the server transmits its configuration to the client. The client then enforces these values, preventing desync and potential exploits where clients could "cheat" by modifying their local configs.

New Config Location

To align with server-side standards, the configuration has been moved:

  • Old Locationconfig/better-furnaces-and-chests.cfg
  • New Locationserverconfig/better-furnaces-and-chests-server.cfg

New Furnace Features

We've added deeper customization for automation and balancing:

  1. Items Consumed: You can now configure how many items are consumed per smelting operation. High-tier furnaces can be set to "batch smelt" for improved efficiency.
  2. Output Multiplier: A new multiplier for smelting results. This allows for "ore doubling" or other custom balancing at higher tiers.

Technical Details

  • Implemented ModServerConfig to handle server-only loading logic.
  • Created ConfigSyncPayload using a manual PacketCodec to bypass the PacketCodec.tuple() limit for large configuration sets.
  • Integrated Fabric Networking S2C to sync configurations on player join.

Thank you for supporting Better Furnaces & Chests!