# Fast Bedrock Breaker
Fast Bedrock Breaker is a lightweight Fabric mod that allows players to instantly break and collect bedrock using the correct enchanted pickaxe.
## Features
- Instantly breaks bedrock.
- Bedrock drops as a collectible item.
- Requires an Efficiency V or higher pickaxe.
- Supports diamond pickaxes.
- Supports netherite pickaxes.
- Consumes one point of pickaxe durability per block.
- Does not consume durability in Creative mode.
- Server-authoritative validation prevents client-side desynchronization.
- No commands required.
- No custom items or crafting recipes.
- Lightweight implementation.
## Requirements
To break bedrock, the player must use:
- A Diamond Pickaxe or Netherite Pickaxe.
- Efficiency V or a higher Efficiency level.
Picks made from other materials will not work.
## How to Use
1. Obtain a diamond or netherite pickaxe.
2. Enchant it with Efficiency V or higher.
3. Attack a bedrock block with the pickaxe.
4. The bedrock will break instantly and drop as an item.
5. The pickaxe will lose one durability point.
## Multiplayer
The mod must be installed on the server.
Players connecting to a dedicated server do not need the mod installed on their clients because it does not register custom blocks, items, or networking content.
For single-player, install the mod in the local Fabric `mods` folder so that it can run on the integrated server.
## Technical Requirements
- Minecraft 26.2
- Fabric Loader 0.19.3 or newer
- Fabric API compatible with Minecraft 26.2
- Java 25 or newer

