Unique Tiers and Attributes Items

Quick rating

Unique Tiers and Attributes Items

No reviews yet

Every tool, weapon, and armor piece you make has a special tier and attributes modifiers, which provides stat bonuses and abilities. This is a fork of TieredZ mod.

No Theme
Adventure/Exploration
RPG
Custom Weapons
Custom Armor
Custom Tools
Mod Fork/Port
Mod Loaders
Fabric
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
MIT License
Latest Version
tiered-1.7.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

A complete tier and reforging system for Minecraft and other mods

This mod completely transforms the equipment experience in Minecraft by adding a tier system. Every piece of equipment and every tool can roll unique attributes, both positive and negative, creating endless customization possibilities.

⚔️ Tier System

Equipment is now classified into 7 tiers, each with its own characteristics:

Common — Basic gear, often with strong negative attributes Uncommon — Modest improvement, balanced between positives and negatives Rare — Positive attributes are more common, negatives are light Epic — Positive-only attributes, moderate impact Legendary — Powerful, highly sought-after attributes Unique — Extremely rare, high-impact attributes Mythic — The top tier, Reforge-only, exceptional attributes

Gear dropped by mobs or found in chests already comes with a tier, and traders are influenced by their level and your luck to offer better items.

🔨 Reforge System

The Reforge Block lets you reforge equipment, with a chance to improve its tier:

Customizable XP cost per reforge
Luck shown on-screen, displaying success chances by tier
The weapon’s tier is visible during the process
Ingredient requirement tooltips for reforging
Support for custom JSONs — create your own equipment with your own attributes

Player Luck directly influences results by lowering the weight of bad tiers and increasing the odds of better tiers.

💥 Improved Combat System

Critical Damage — An attribute that modifies vanilla critical damage multiplier (from 1.5x up to 5.0x) Critical Chance — Every attack now takes your crit chance and crit damage into account Tiers for Spear and Mace — New update weapons get full support

🎨 Visual Customization

Tier borders and ornaments — Can be toggled on/off Detailed tooltips — Show requirements, attributes, and success chances Mythic tier (aqua) — A new exclusive color for the rarest tier

⚙️ Dynamic Attribute System

The fixed attribute system was replaced with a JSON-based roll system:

Each tier has different weights and chances for positive and negative attributes
4 JSONs per tier for more variety
Datapack custom JSONs work alongside the mod’s JSONs
Option to disable the default JSONs and use only your datapack

The chances table details exactly how many attributes each tier can roll and the expected impact. Exemple to json common_tool_1:

{
    "id": "tiered:common_tool_1",
    "weight": 60,
    "style": {
        "color": "gray",
        "bold": false
    },
    "verifiers": [
        {
            "tag": "minecraft:axes"
        },
        {
            "tag": "minecraft:pickaxes"
        },
        {
            "tag": "minecraft:shovels"
        },
        {
            "tag": "minecraft:hoes"
        }
    ],
    "roll_templates": [
        { "positive": 1, "negative": 1, "weight": 40 },
        { "positive": 1, "negative": 2, "weight": 30 },
        { "positive": 0, "negative": 1, "weight": 20 },
        { "positive": 1, "negative": 0, "weight": 10 }
    ],
    "positive_pool": [
        {
            "type": "minecraft:attack_damage",
            "min": 1,
            "max": 2,
            "operation": "add_value",
            "required_equipment_slots": ["mainhand"]
        },
        {
            "type": "tiered:durable",
            "min": 0.1,
            "max": 0.2,
            "operation": "add_multiplied_total",
            "required_equipment_slots": ["mainhand"]

        },
        {
            "type": "minecraft:mining_efficiency",
            "min": 1,
            "max": 2,
            "operation": "add_value",
            "required_equipment_slots": ["mainhand"]
        },
        {
            "type": "minecraft:submerged_mining_speed",
            "min": 0.1,
            "max": 0.2,
            "operation": "add_value",
            "required_equipment_slots": ["mainhand"]
        },
        {
            "type": "minecraft:luck",
            "amount": 1,
            "operation": "add_value",
            "required_equipment_slots": ["mainhand"]
        }
    ],

    "negative_pool": [
        {
            "type": "minecraft:max_health",
            "min": -2.0,
            "max": -1.0,
            "operation": "add_value",
            "required_equipment_slots": ["mainhand"]
        },
        {
            "type": "minecraft:movement_speed",
            "min": -0.03,
            "max": -0.01,
            "operation": "add_multiplied_total",
            "required_equipment_slots": ["mainhand"]
        },
        {
            "type": "minecraft:luck",
            "min": -2,
            "max": -1,
            "operation": "add_value",
            "required_equipment_slots": ["mainhand"]
        }
    ]
}

📦 Support:

BetterCombat; DynamicTooltips; AttributeScreen; Mod Menu; icons-leading-tooltip; (comming)

📦 Technical Requirements

Version: Minecraft 1.21.11

Dependencies: None

Futures Plans:

  • Add a scroll to upgrade tools and Equipaments;
  • Add Enchantmens Attributes to tools and Equipaments;

This is a fork of Globox_Z's TieredZ mod, continuation of Tiered which Quality Tools inspired. Be sure to support the original creators Globox1997 and Draylar1!

A complete tier and reforging system for Minecraft and other mods

This mod completely transforms the equipment experience in Minecraft by adding a tier system. Every piece of equipment and every tool can roll unique attributes, both positive and negative, creating endless customization possibilities.

Mod to show attributes: Attribute Screen 1.21.11 (fork to Attribute Panel by KevZ)

⚔️ Tier System

Equipment is now classified into 7 tiers, each with its own characteristics:

Common — Basic gear, often with strong negative attributes Uncommon — Modest improvement, balanced between positives and negatives Rare — Positive attributes are more common, negatives are light Epic — Positive-only attributes, moderate impact Legendary — Powerful, highly sought-after attributes Unique — Extremely rare, high-impact attributes Mythic — The top tier, Reforge-only, exceptional attributes

Gear dropped by mobs or found in chests already comes with a tier, and traders are influenced by their level and your luck to offer better items.

Mythic Armor with 8 Attributes - Durability chance

🔨 Reforge System

The Reforge Block lets you reforge equipment, with a chance to improve its tier:

Customizable XP cost per reforge
Luck shown on-screen, displaying success chances by tier
The weapon’s tier is visible during the process
Ingredient requirement tooltips for reforging
Support for custom JSONs — create your own equipment with your own attributes

Player Luck directly influences results by lowering the weight of bad tiers and increasing the odds of better tiers.

Reforge Table with tier look and Luck Show

💥 Improved Combat System

Critical Damage — An attribute that modifies vanilla critical damage multiplier (from 1.5x up to 5.0x) Critical Chance — Every attack now takes your crit chance and crit damage into account Tiers for Spear and Mace — New update weapons get full support

Netherite Sword

🎨 Visual Customization

Tier borders and ornaments — Can be toggled on/off Detailed tooltips — Show requirements, attributes, and success chances Mythic tier (aqua) — A new exclusive color for the rarest tier

Reforge Requires

⚙️ Dynamic Attribute System

The fixed attribute system was replaced with a JSON-based roll system:

Each tier has different weights and chances for positive and negative attributes
4 JSONs per tier for more variety
Datapack custom JSONs work alongside the mod’s JSONs
Option to disable the default JSONs and use only your datapack

The chances table details exactly how many attributes each tier can roll and the expected impact. Exemple to json common_tool_1:

{
    "id": "tiered:common_tool_1",
    "weight": 60,
    "style": {
        "color": "gray",
        "bold": false
    },
    "verifiers": [
        {
            "tag": "minecraft:axes"
        },
        {
            "tag": "minecraft:pickaxes"
        },
        {
            "tag": "minecraft:shovels"
        },
        {
            "tag": "minecraft:hoes"
        }
    ],
    "roll_templates": [
        { "positive": 1, "negative": 1, "weight": 40 },
        { "positive": 1, "negative": 2, "weight": 30 },
        { "positive": 0, "negative": 1, "weight": 20 },
        { "positive": 1, "negative": 0, "weight": 10 }
    ],
    "positive_pool": [
        {
            "type": "minecraft:attack_damage",
            "min": 1,
            "max": 2,
            "operation": "add_value",
            "required_equipment_slots": ["mainhand"]
        },
        {
            "type": "tiered:durable",
            "min": 0.1,
            "max": 0.2,
            "operation": "add_multiplied_total",
            "required_equipment_slots": ["mainhand"]

        },
        {
            "type": "minecraft:mining_efficiency",
            "min": 1,
            "max": 2,
            "operation": "add_value",
            "required_equipment_slots": ["mainhand"]
        },
        {
            "type": "minecraft:submerged_mining_speed",
            "min": 0.1,
            "max": 0.2,
            "operation": "add_value",
            "required_equipment_slots": ["mainhand"]
        },
        {
            "type": "minecraft:luck",
            "amount": 1,
            "operation": "add_value",
            "required_equipment_slots": ["mainhand"]
        }
    ],

    "negative_pool": [
        {
            "type": "minecraft:max_health",
            "min": -2.0,
            "max": -1.0,
            "operation": "add_value",
            "required_equipment_slots": ["mainhand"]
        },
        {
            "type": "minecraft:movement_speed",
            "min": -0.03,
            "max": -0.01,
            "operation": "add_multiplied_total",
            "required_equipment_slots": ["mainhand"]
        },
        {
            "type": "minecraft:luck",
            "min": -2,
            "max": -1,
            "operation": "add_value",
            "required_equipment_slots": ["mainhand"]
        }
    ]
}

📦 Support:

BetterCombat; DynamicTooltips; AttributeScreen; Mod Menu; icons-leading-tooltip; (comming)

BetterCombat and DynaicTooltips Support

📦 Technical Requirements

Version: Minecraft 1.21.11 Dependencies: None

Futures Plans:

  • Add a scroll to upgrade tools and Equipaments;
  • Add Enchantmens Attributes to tools and Equipaments;

This is a fork of Globox_Z's TieredZ mod, continuation of Tiered which Quality Tools inspired. Be sure to support the original creators Globox1997 and Draylar1!

Screenshots

Gallery

  • tiered01.png
    tiered01.png tiered01.png
  • Unique Tiers and Attributes Items 05
    Unique Tiers and Attributes Items 05 Craft - Reforje
  • Captura de tela 2026-03-05 151912.png
    Captura de tela 2026-03-05 151912.png Captura de tela 2026-03-05 151912.png
  • Captura de tela 2026-03-05 151453.png
    Captura de tela 2026-03-05 151453.png Captura de tela 2026-03-05 151453.png
  • Captura de tela 2026-03-05 151211.png
    Captura de tela 2026-03-05 151211.png Captura de tela 2026-03-05 151211.png
  • Captura de tela 2026-03-05 145711.png
    Captura de tela 2026-03-05 145711.png Captura de tela 2026-03-05 145711.png
  • Captura de tela 2026-03-05 145656.png
    Captura de tela 2026-03-05 145656.png Captura de tela 2026-03-05 145656.png
  • Captura de tela 2026-03-05 145114.png
    Captura de tela 2026-03-05 145114.png Captura de tela 2026-03-05 145114.png
  • Captura de tela 2026-03-05 145108.png
    Captura de tela 2026-03-05 145108.png Captura de tela 2026-03-05 145108.png
  • Captura de tela 2026-03-05 145022.png
    Captura de tela 2026-03-05 145022.png Captura de tela 2026-03-05 145022.png
  • Captura de tela 2026-03-05 144757.png
    Captura de tela 2026-03-05 144757.png Captura de tela 2026-03-05 144757.png
  • Captura de tela 2026-03-05 144737.png
    Captura de tela 2026-03-05 144737.png Captura de tela 2026-03-05 144737.png
  • Captura de tela 2026-03-05 144720.png
    Captura de tela 2026-03-05 144720.png Captura de tela 2026-03-05 144720.png
  • Captura de tela 2026-03-05 144644.png
    Captura de tela 2026-03-05 144644.png Captura de tela 2026-03-05 144644.png
  • Captura de tela 2026-03-05 144632.png
    Captura de tela 2026-03-05 144632.png Captura de tela 2026-03-05 144632.png
  • Captura de tela 2026-03-05 144622.png
    Captura de tela 2026-03-05 144622.png Captura de tela 2026-03-05 144622.png
  • Unique Tiers and Attributes Items 04
    Unique Tiers and Attributes Items 04 Requires Ingredients
  • Unique Tiers and Attributes Items 03
    Unique Tiers and Attributes Items 03 Mythic Items cannot reforje
  • Unique Tiers and Attributes Items 02
    Unique Tiers and Attributes Items 02 Unique items Cannot reforje
  • Unique Tiers and Attributes Items 01
    Unique Tiers and Attributes Items 01 Unique Netherite Shovel - Attribute Bonuses Show

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

~16,000
Total Downloads
CurseForge
~3,000
Modrinth
~13,000
Last Updated
CurseForge
Modrinth
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works