
Epic Fight - Smart Items Addon
A Minecraft mod that automatically switches between Epic Fight's combat and mining modes based on the item you're holding
Screenshots

About this Mod
Epic Fight Smart Items
A Minecraft mod that automatically switches between Epic Fight's combat and mining modes based on the item you're holding.
Requirements
- Epic Fight mod
How It Works
When you select an item in your hotbar:
- Item matches your config → Switches to Mining Mode (vanilla animations)
- Item doesn't match → Switches back to Combat Mode (Epic Fight animations)
This is the same as pressing the R key manually, but automatic!
Configuration
Create a file named epicfight-smart-items.json in your config/ folder.
Basic Example
{
"items": [
{ "tag": "minecraft:pickaxes" },
{ "tag": "minecraft:shovels" },
{ "tag": "minecraft:hoes" },
{ "id": "minecraft:torch" }
]
}
This config will switch to mining mode when holding any pickaxe, shovel, hoe, or torch.
Config Options
Each item entry can have:
| Field | Description | Example |
|---|---|---|
id |
Match specific item | "minecraft:diamond_pickaxe" |
tag |
Match item tag | "minecraft:pickaxes" |
components |
Match data components | See below |
All conditions in a single entry use AND logic. Multiple entries use OR logic.
Matching by Item ID
{
"items": [
{ "id": "minecraft:diamond_pickaxe" },
{ "id": "minecraft:netherite_shovel" }
]
}
Matching by Tag
{
"items": [
{ "tag": "minecraft:pickaxes" },
{ "tag": "c:tools/hammers" }
]
}
Matching by Components (Advanced)
You can match items based on their data components (custom name, enchantments, damage, etc.):
{
"items": [
{
"id": "minecraft:book",
"components": {
"minecraft:custom_name": "\"Mining Manual\""
}
},
{
"id": "minecraft:diamond_pickaxe",
"components": {
"minecraft:unbreakable": {}
}
},
{
"id": "minecraft:diamond_sword",
"components": {
"minecraft:enchantments": {
"levels": {
"minecraft:sharpness": 5
}
}
}
}
]
}
Common Components
| Component | Description | Example Value |
|---|---|---|
minecraft:custom_name |
Item's custom name | "\"My Pickaxe\"" |
minecraft:damage |
Current damage value | 0 |
minecraft:unbreakable |
Unbreakable flag | {} |
minecraft:enchantments |
Enchantments | {"levels": {"minecraft:efficiency": 5}} |
minecraft:custom_model_data |
Custom model data | 1234 |
Testing Items
Use the /give command to create items with specific components:
/give @p minecraft:book[custom_name="Mining Manual"]
/give @p minecraft:diamond_pickaxe[unbreakable={}]
/give @p minecraft:stick[custom_name="Mining Wand"]
Credits
- Epic Fight by Yesman
Available Versions
How to Install Epic Fight - Smart Items Addon on Your Server
Order Server
Order a Minecraft Java server with at least 3 GB RAM (4 GB recommended).
Set forge Loader
In the panel under "Egg", select the forge loader and matching Minecraft version (1.21.1).
Install Mod
Open the mod browser in the dashboard and search for "Epic Fight - Smart Items Addon". Click "Install" – done! Alternatively, upload the .jar via SFTP to the /mods folder.
Compatibility
Mod Loaders
Minecraft Versions
1.21.1, 1.20.1
Server-side
✓ RequiredRecommended RAM
4 GB(min. 3 GB)Frequently Asked Questions
Epic Fight - Smart Items Addon server crashes on startup – what to do?
Most common cause: wrong forge version or insufficient RAM. Check the server log (latest.log) for "OutOfMemoryError" or "Mixin" errors. With Mado Hosting: ensure at least 3 GB RAM is allocated and the loader matches the mod version (1.21.1). You can switch loaders with one click in the panel.
Is Epic Fight - Smart Items Addon compatible with forge and neoforge?
Epic Fight - Smart Items Addon officially supports forge, neoforge for Minecraft 1.21.1, 1.20.1. The Mado dashboard automatically detects incompatible loader combinations.
Server lagging with Epic Fight - Smart Items Addon – how to optimize performance?
Recommended RAM: 4 GB (per 8 players). Use /spark profiler to check if Epic Fight - Smart Items Addon consumes the most tick time. Common fixes: reduce server view-distance to 8-10, install "performant" or "starlight" as supplementary mods on Forge. With Mado Hosting, your server runs on NVMe SSDs with dedicated CPU cores for minimal latency.
Similar Mods
Rent Modded Server
Install Epic Fight - Smart Items Addon with just one click on your server.