Attribute Modify

⭐ — (13 endorsements) 📥 3,175 downloads 📌 v1.2.4 📅 9/2/2025
🟡 Updated this year

By Etema · forge

⬇ Download Mod Source: Modrinth ↗ 📅 Updated: 8/6/2026 📅 Created: 9/2/2025
⚠️ Install Order · 2 steps
1🛠️ Forge — Minecraft Forge (mod loader) Download ↗
2🛠️ Fabric — Fabric Loader Download ↗

Install in this order, then this mod last — most mods fail to load without their framework and dependencies in place.

🔍 Analysis

  • 👍 0.4% endorsement rate
  • 🏆 #252 of 346 forge mods in this game by downloads

📋 About This Mod

# AttributeModify / NeoAttributeModify **Version 1.2.3 | Minecraft 1.20.1 Forge and Minecraft 1.21.1 NeoForge** Modify item attributes and related item behavior through datapacks. AttributeModify supports vanilla and modded attributes, mining overrides, durability changes, decorative item profiles, weighted quality data, and optional Curios or Accessories slots. AttributeModify and NeoAttributeModify are distributed through the same CurseForge and Modrinth project pages. Install only the file that matches your Minecraft version and mod loader. ## Available Versions | Mod | Minecraft | Loader | Java | | ------------------ | --------- | ------------- | ------- | | AttributeModify | 1.20.1 | Forge 47 | Java 17 | | NeoAttributeModify | 1.21.1 | NeoForge 21.1 | Java 21 | Forge and NeoForge files are not interchangeable. ## Features * Add, replace, set, or remove item attribute modifiers * Remove a specific modifier operation without removing the others * Override mining speed while preserving external speed multipliers * Raise an item's harvest capability to vanilla or modded mining tier requirements * Override durability and define custom durability triggers * Disable functional behavior for decorative items without deleting unrelated player effects * Roll weighted quality data during crafting, loot generation, or villager trades * Generate datapack rules through an in-game editor * Apply rules conditionally using NBT paths * Support vanilla and modded items * Apply changes in multiplayer environments * Reload datapack rules using `/reload` * Keep Curios and Accessories rule storage isolated ## Requirements ### AttributeModify — Minecraft 1.20.1 * Minecraft `1.20.1` * Forge `47.4.0` or a compatible Forge 47 release * Java `17` Optional integrations: * Curios `5.14.1+` * Accessories `1.0.0-beta.47+` * Apotheosis `7.4.8` and its required Placebo dependency ### NeoAttributeModify — Minecraft 1.21.1 * Minecraft `1.21.1` * NeoForge `21.1.220` or newer * Java `21` Optional integrations: * Curios `9.5.1+` * Accessories `1.0.0-beta.47+` Both versions start normally when the optional integration mods are absent. ## Datapack Layout Place the datapack inside: ```text <world>/datapacks/ ``` Attribute rule files belong under: ```text data/<namespace>/item_attributes/ ``` Example structure: ```text MyAttributePack/ |-- pack.mcmeta `-- data/ `-- my_namespace/ `-- item_attributes/ `-- tools.json ``` Run `/reload` after changing datapack files. ## Datapack Formats The required `pack_format` depends on the Minecraft version. ### Minecraft 1.20.1 Use datapack format `15`: ```json { "pack": { "pack_format": 15, "description": "My AttributeModify rules" } } ``` ### Minecraft 1.21.1 Use datapack format `48`: ```json { "pack": { "pack_format": 48, "description": "My NeoAttributeModify rules" } } ``` ## In-Game Editor Each version provides its own client command. | Mod | Editor command | Generated datapack | | ------------------ | ---------------------------- | --------------------------- | | AttributeModify | `/attributemodify_editor` | `AttributeModify_Editor` | | NeoAttributeModify | `/neoattributemodify_editor` | `NeoAttributeModify_Editor` | The generated datapack is written into the current world's datapack directory. Saving requires either: * Being the owner of the singleplayer world * Having permission level `2` or higher on a server ## Support Discord: https://discord.gg/NXVEtWqsnw

# AttributeModify / NeoAttributeModify

Version 1. 2. 3 | Minecraft 1. 20. 1 Forge and Minecraft 1. 21. 1 NeoForge

Modify item attributes and related item behavior through datapacks. AttributeModify supports vanilla and modded attributes, mining overrides, durability changes, decorative item profiles, weighted quality data, and optional Curios or Accessories slots.

AttributeModify and NeoAttributeModify are distributed through the same CurseForge and Modrinth project pages. Install only the file that matches your Minecraft version and mod loader.

## Available Versions

| Mod | Minecraft | Loader | Java | | ------------------ | --------- | ------------- | ------- | | AttributeModify | 1. 20. 1 | Forge 47 | Java 17 | | NeoAttributeModify | 1. 21. 1 | NeoForge 21. 1 | Java 21 |

Forge and NeoForge files are not interchangeable.

## Features

Add, replace, set, or remove item attribute modifiers Remove a specific modifier operation without removing the others Override mining speed while preserving external speed multipliers Raise an item's harvest capability to vanilla or modded mining tier requirements Override durability and define custom durability triggers Disable functional behavior for decorative items without deleting unrelated player effects Roll weighted quality data during crafting, loot generation, or villager trades Generate datapack rules through an in-game editor Apply rules conditionally using NBT paths Support vanilla and modded items Apply changes in multiplayer environments Reload datapack rules using `/reload` Keep Curios and Accessories rule storage isolated

## Requirements

### AttributeModify — Minecraft 1. 20. 1

Minecraft `1. 20. 1` Forge `47. 4. 0` or a compatible Forge 47 release Java `17`

Optional integrations:

Curios `5. 14. 1+` Accessories `1. 0. 0-beta. 47+` Apotheosis `7. 4. 8` and its required Placebo dependency

### NeoAttributeModify — Minecraft 1. 21. 1

Minecraft `1. 21. 1` NeoForge `21. 1. 220` or newer Java `21`

Optional integrations:

Curios `9. 5. 1+` Accessories `1. 0. 0-beta. 47+`

Both versions start normally when the optional integration mods are absent.

## Datapack Layout

Place the datapack inside:

```text /datapacks/ ```

Attribute rule files belong under:

```text data//item_attributes/ ```

Example structure:

```text MyAttributePack/ |-- pack.mcmeta `-- data/ `-- my_namespace/ `-- item_attributes/ `-- tools.json ```

Run `/reload` after changing datapack files.

## Datapack Formats

The required `pack_format` depends on the Minecraft version.

### Minecraft 1. 20. 1

Use datapack format `15`:

```json { "pack": { "pack_format": 15, "description": "My AttributeModify rules" } } ```

### Minecraft 1. 21. 1

Use datapack format `48`:

```json { "pack": { "pack_format": 48, "description": "My NeoAttributeModify rules" } } ```

## In-Game Editor

Each version provides its own client command.

| Mod | Editor command | Generated datapack | | ------------------ | ---------------------------- | --------------------------- | | AttributeModify | `/attributemodify_editor` | `AttributeModify_Editor` | | NeoAttributeModify | `/neoattributemodify_editor` | `NeoAttributeModify_Editor` |

The generated datapack is written into the current world's datapack directory.

Saving requires either:

Being the owner of the singleplayer world Having permission level `2` or higher on a server

Discord: https://discord.gg/NXVEtWqsnw

🤖 AI-enhanced — based on mod data

📊 Mod Details

Game
Minecraft Mods
Author
Etema
Version
1.2.4
Downloads
3,175
Endorsements
13
Category
forge
Created
9/2/2025
Updated
8/6/2026
Game Versions
1.20.1
Tags
game-mechanics, management, utility

🔧 How to Install Minecraft Mods Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

📖 Full step-by-step install guide for Minecraft Mods →

Visit the official mod page for specific installation instructions for this mod.

🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Mods commands, item IDs, and more.

❓ Frequently Asked Questions

Which Minecraft Mods versions does Attribute Modify support?

The author lists 1.20.1. Other versions may work but are untested by the author.

What is the latest version of Attribute Modify?

Version 1.2.4, published 2026-08-06 with 3,175 downloads recorded at the source.

Keep browsing — more Minecraft Mods mods await

📋 All Minecraft Mods Mods 🏆 Top 25 📂 More forge 👤 More by Etema 🔎 Similar Mods 🌐 Best forge (All Games) 🔀 Check Compatibility ⚖️ Compare Mods 🆕 New Mods