Connected Breaking

Quick rating

Connected Breaking

No reviews yet

Connecting Breaking (a mod inspired by those youtube videos) that when you break a block, it will break all connected blocks of the same type.

Mod Loaders
Fabric
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 Unsupported
Server Required

About

Project Details

Type
Mod
License
All Rights Reserved
Latest Version
1.0.0
Authors

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

Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

Everything Breaks

Break one block — and every connected block of the same type breaks with it.

Chop a single log and the whole tree comes down. Tap one diamond ore and the entire vein pops. Dig one block of netherrack and watch the wall crumble. It works on every block in the game, and a live crack-overlay shows you exactly what's about to break before it does.

No keybinds to hold, no tools to craft, no ceremony. Just mine — and everything breaks.


✨ Features

  • Chain-breaks any block — logs, ores, stone, dirt, glass, wool… if it's connected and it's the same block, it goes.
  • Connects diagonally — a full 26-direction flood fill, so twisting tree branches and scattered ore veins are treated as one cluster instead of stopping at the first gap.
  • Live breaking overlay — while you mine, the cracking animation spreads across every block the chain will take, so you can see the blast radius before you commit.
  • Fully vanilla-faithful drops — every block is broken through the game's own mining path, so Silk Touch, Fortune, correct-tool requirements, XP, and block-break stats all behave exactly as they should.
  • Tool durability respected — each block costs one use, just like mining them by hand. No free infinite mining.
  • One simple command to set a safety limit on how many blocks a single break can chain — so you never accidentally level a mountain.
  • Server-friendly — all logic runs server-side and speaks vanilla packets, so players can connect with a completely unmodified client and still see the overlays and chain-breaks.

⛏️ How it works

When you break a block, the mod flood-fills outward from that spot, collecting every touching block of the exact same type (including diagonal touches), and breaks them all as if you'd mined each one yourself. Because it reuses the vanilla break routine, there are no weird drop bugs, no dupe exploits, and no enchantment surprises — it's just you, mining faster.

The whole chain counts toward one configurable limit, and the block you actually hit counts as the first one.


⚙️ Commands

Use /everythingbreaks or the short alias /eb.

Command What it does Who
/eb Show whether the mod is on and its current limit Anyone
/eb limit Show the current chain-break limit Anyone
/eb limit <number> Set the max blocks broken per chain OP / cheats
/eb on Enable chain-breaking OP / cheats
/eb off Disable chain-breaking OP / cheats

🔧 Configuration

Settings are saved to config/everythingbreaks.json and persist across restarts:

{
  "enabled": true,
  "maxBlocks": 128
}
  • enabled — master on/off switch.
  • maxBlocks — the most blocks a single break may chain (default 128, includes the first block). Crank it up for felling giant jungle trees, or turn it down to keep things tame. You can change this live in-game with /eb limit <number> — no restart or file editing needed.

📦 Requirements

  • Minecraft 1.21.1
  • Fabric Loader 0.16.0+
  • Fabric API

Installation

  1. Install the Fabric Loader.
  2. Drop Fabric API and Everything Breaks into your mods folder.
  3. Launch. That's it — chain-breaking is on by default.

For multiplayer, install both on the server. Connecting players don't need the mod (though nothing stops them from having it).


❓ Notes

  • Because it applies to everything, digging plain stone or dirt will chain too — that's the whole idea. The block limit is your safety valve; set it low if you only want it for trees and veins.
  • Chain-broken blocks drop through the normal mining path, so mob-farm and auto-farm behavior stays vanilla.

Made with Fabric. Break responsibly.

Screenshots

Gallery

  • Breaking Diamonds
    Breaking Diamonds
  • Breaking a Tree
    Breaking a Tree
  • Breaking Dirt
    Breaking Dirt
  • Breaking Stone
    Breaking Stone

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
Downloads
Last Updated
CurseForge
Created
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