๐ช BreakFast
BreakFast is a lightweight, server-side Minecraft Forge mod that allows players to mine in a 3x3 area with blazing speed โ only when they want to.
Designed for survival servers and builders who want more efficient block breaking, without requiring any client installation.
๐ฎ Features
- ๐ Toggle mining mode with simple commands:
/bf enableโ Enables 3x3 mining/bf disableโ Disables it
- ๐ง Smart config system:
- Enable mining only when using a pickaxe or shovel
- Set the maximum number of blocks to break (not always 9)
- ๐งผ Server-side only โ no client-side installation required
- ๐ Permission support: by default, only operators can toggle the mode
โ๏ธ Configuration
After first run, the mod generates a config file at:
/config/breakfastmod-common.toml
Example:
[general]
onlyWithTools = true
maxBlocks = 9