Description
# Everything's Multi-Tool
**Combine sword, pickaxe, axe, and shovel into one item per tier.**
## Overview
Everything's Multi-Tool adds a set of six multi-tools (one per vanilla tier) that function as a **sword, pickaxe, axe, and shovel all in one**. No more switching between four different tools — one slot covers mining, woodcutting, digging, and combat.
## Features
### Six Tiers
| Tier | Material | Durability | Mining Speed | Enchantability | Damage |
|------|----------|-----------|-------------|---------------|--------|
| Wood | Planks | 295 | 2.35 | 15 | 3 |
| Stone | Cobblestone | 655 | 4.35 | 5 | 4 |
| Gold | Gold Ingot | 160 | 12.35 | 22 | 3 |
| Iron | Iron Ingot | 1,250 | 6.35 | 14 | 5 |
| Diamond | Diamond | 7,805 | 8.35 | 10 | 6 |
| Netherite | Netherite Ingot | 10,155 | 9.35 | 15 | 7 |
### Tool Functionality
- **Mines** blocks breakable with pickaxe, axe, or shovel
- **+0.35 speed** bonus over vanilla tools of the same tier
- **Combined durability** — 5x the base tier durability (replaces sword + pick + axe + shovel + hoe)
- **Sweeping attack** — functions as a sword in combat
- **Enchantable** with both weapon enchants (Sharpness, Fire Aspect, Looting) AND tool enchants (Efficiency, Fortune, Silk Touch)
### Crafting
**Recipe pattern** (shaped):
```
MMM (tier material)
L (leather)
B (bottom ingredient)
```
**Easy Mode** (default): Bottom slot is a Stick for all 6 tiers.
**Harsh Mode**: Bottom slot is an Iron Ingot for all tiers except wood (keeps stick). Changeable in the config file (`config/e_multitool.json`).
### Guide Book
On first join, players receive a **Wooden Everything's Multi-Tool** and the **Everythingpedia** — a written book explaining the item, crafting, features, and config options.
## Config
**File:** `config/e_multitool.json`
```json
{
"craftingDifficulty": "easy"
}
```
Values: `"easy"` or `"harsh"`
## Planned
- Proper pixel art texture (current is a placeholder)
- Multi-loader support (Forge + Fabric) ( ADDED )
- Additional config options (durability multiplier, speed bonus)
## Added
+ Multi-loader support (Forge + Fabric)
## Credits
**Author:** crimsondreamz
*Looking for a texture artist! Contact on Discord if interested.*







