Mod

Epic Fight - Smart Items

Quick rating

Epic Fight - Smart Items

No reviews yet

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

No Theme
No Genre
QoL & Tweaks
Mod Addon
Mod Loaders
Forge
NeoForge
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 Required
Server Required

About

Project Details

Type
Mod
License
All Rights Reserved
Latest Version
epicfightsmartitems-1.2.0-forge-1.20.1.jar
Authors
CurseForge
Modrinth

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

CurseForge ID
Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

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

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 Smart Items

A Minecraft mod that automatically switches between Epic Fight's combat and mining modes based on the item you're holding.

Requirements

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

Screenshots

Gallery

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

~3,000
Total Downloads
CurseForge
~1,000
Modrinth
~1,000
Last Updated
CurseForge
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched and imported data for this project from CurseForge or Modrinth. High-traffic and active projects are checked more often.
Next pipeline sync