What are you searching for?

Epic Fight - Smart Items Addon
Epic Fight - Smart Items Addon

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

download 3 Downloads · favorite 0 Followers · Updated 1 month ago
Equipment Neoforge Utility 1.21.1

Versions

inventory_2
Epic Fight - Smart Items Addon 1.0.0

1.0.0 · 1 month ago · 9.95 KB

Release download
Neoforge 1.21.1

About

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

open_in_new View on Modrinth
Compatibility
Client: Required Server: Required
gavel LicenseRef-All-Rights-Reserved

Conversation

What are your thoughts?

Related projects

Optimization Utility
FerriteCore
FerriteCore

by malte0811

Memory usage optimizations

download 84.3M
favorite 12,712
Utility
Mod Menu
Mod Menu

by Prospector

Adds a mod menu to view the list of mods you have installed.

download 77.7M
favorite 22,127
Library Management Utility
YetAnotherConfigLib (YACL)
YetAnotherConfigLib (YACL)

by isxander

A builder-based configuration library for Minecraft!

download 66.1M
favorite 7,607
Adventure Transportation Utility
Xaero's Minimap
Xaero's Minimap

by thexaero

Displays a map of the nearby world terrain, players, mobs, entities in the corner of your screen. Lets you create waypoints which help you find the locations you've marked.

download 60.9M
favorite 13,668
lock Cookie consent

SkinMC uses cookies to provide functionality and features.