Перейти к содержимому
Mineforgian

TierDrop

Loot has tiers! Want more? You can make your own custom ones too.

26K загрузок8 подписчиковLicenseRef-All-Rights-Reservedfabric

Обновлён 21 апреля 2026 г. · опубликован 24 апреля 2025 г.

  • Tiers found in chest
  • Tiers found in chest
  • Tier on Bow
  • Tier on sword

TierDrop

TierDrop is a server-side Minecraft mod that introduces a dynamic tier system for equipment, bringing a variety of gear with different power levels and stats. Designed with both PvP and exploration in mind, this mod enhances the gameplay experience by adding tiers to equipment and expanding rewards through various in-game features.

Features:

  • Tiered Equipment: Equipment drops, chests, and vaults now come with randomly assigned tiers, offering a broad range of gear for players to collect and use.
  • Trial Chamber Vaults: Players can earn higher-tier equipment and additional rewards when opening Trial Chamber Vaults, adding depth to exploration and increasing the incentive to use these chambers.
  • Vault Rewards: Upon opening a vault, there is a chance for players to receive additional equipment rewards, making the experience even more rewarding and engaging.
  • PvP Enhancements: The variety in equipment tiers creates a more dynamic and competitive PvP environment, encouraging players to strategize and equip themselves with the best available gear.
  • Server-Side Mod: The mod is optimized to work seamlessly on the server side, without requiring client-side modifications.
  • Higher-Tier Increases Chance: Players that spent a lot of time have a better chance to get higher tiers.

Equipments found on chest will now have a tiers

Configurations

  • You can add tiers or update/remove existing tiers
  • Don't worry I added a guide in the tierdrop_config.json
"Armor": [
      {
        "prefix": "Test",
        "color": "GRAY",
        "chance": [45, 40, 20],
        "attributes": [
          { "All": ["ARMOR", 1, 1.5] },
          { "All": ["MAX_HEALTH", 2, 4] }
        ]
      },
]

For easy testing (add this in config and make sure after testing this should be remove or empty)

"Test": [
      {
        "prefix": "Test",
        "color": "YELLOW",
        "chance": [50, 50, 100],
        "attributes": [
          { "All": ["ARMOR", 1, 1.5] },
          { "All": ["MAX_HEALTH", 2, 4] }
        ]
      }
]

Future Plans:

  • Balance Improvements: The mod will continue to evolve with regular updates to fine-tune the balance of equipment tiers, ensuring fair gameplay for all.
  • Additional Features: New mechanics and features will be added over time, further enhancing the gameplay and expanding the possibilities for players.

Installation:

  • Place the mod file in your Minecraft server's mods folder.
  • Restart the server to apply the changes.

Compatibility:

  • Fabric: Compatible with Minecraft versions [1.21.1, 1.21.4, 26.1.1].
  • Multiplayer: Fully functional on multiplayer servers.

Incompatibility:


Feel free to provide feedback or suggestions for new features! Stay tuned for more updates to improve TierDrop and its gameplay experience.

Версии

ВерсияКаналИграЗагрузчикиДатаСкачать
1.2.10Релиз26.1.1fabric21 апреля 2026 г..jar (80 КБ)
1.2.9Релиз26.1.1fabric18 апреля 2026 г..jar (83 КБ)
1.2.8Релиз26.1.1fabric18 апреля 2026 г..jar (77 КБ)
1.2.7Релиз1.21.4fabric25 мая 2025 г..jar (333 КБ)
1.0.4Релиз1.21.1fabric25 мая 2025 г..jar (50 КБ)
1.2.6Релиз1.21.4fabric14 мая 2025 г..jar (333 КБ)
1.0.3Релиз1.21.1fabric14 мая 2025 г..jar (49 КБ)
1.2.5Релиз1.21.4fabric7 мая 2025 г..jar (333 КБ)
1.0.2Релиз1.21.1fabric7 мая 2025 г..jar (49 КБ)
1.0.1Релиз1.21.1fabric7 мая 2025 г..jar (49 КБ)
1.0.0Релиз1.21.1fabric7 мая 2025 г..jar (49 КБ)
1.2.4Релиз1.21.4fabric26 апреля 2025 г..jar (333 КБ)
1.2.3Релиз1.21.4fabric24 апреля 2025 г..jar (327 КБ)
1.2.2Релиз1.21.4fabric24 апреля 2025 г..jar (327 КБ)
1.2.1Релиз1.21.4fabric24 апреля 2025 г..jar (327 КБ)

Показаны последние 15 из 16 версий. Все версии — на Modrinth.

Ченджлог

1.2.10Релиз26.1.1 · 21 апреля 2026 г.
  • fix onpick/onplace items shouldn't have tiers
  • balance tier json config
  • fix mobs equipments tiers
1.2.9Релиз26.1.1 · 18 апреля 2026 г.
  • fix bow
  • add/update tiers in config
1.2.8Релиз26.1.1 · 18 апреля 2026 г.
  • Support version 26.1.1
  • colors now in hex
  • added more tiers
  • fix bugs on Vault Reward and OnTake Items exploit
  • mobs items has tiers too
1.2.7Релиз1.21.4 · 25 мая 2025 г.

on config/tierdrop_config.json

  • Empty Test Config (Sorry about that >.<)
  • Balance chances like high tier should only be looted in chest and trial chamber vaults
  • Added new Config properties [ApplyTiersOnCraftedEquipments, AllowCraftedEquipmentsToGetHighTiers] set to false in default
  • ApplyTiersOnCraftedEquipments - I want it to be unique from other similar mods, but if you want to apply tiers on crafted equipments then you can set this to true

Others

  • fix golden equipments prefix
  • Improve chance in dropping equipment on regular vault(50%)
  • Improve high tier level chance on regular Vault

If you guys have suggestion to add as default tiers in config and you think it's balance then please add a Ticket in GitHub.

1.0.4Релиз1.21.1 · 25 мая 2025 г.

on config/tierdrop_config.json

  • Empty Test Config (Sorry about that >.<)
  • Balance chances like high tier should only be looted in chest and trial chamber vaults
  • Added new Config properties [ApplyTiersOnCraftedEquipments, AllowCraftedEquipmentsToGetHighTiers] set to false in default
  • ApplyTiersOnCraftedEquipments - I want it to be unique from other similar mods, but if you want to apply tiers on crafted equipments then you can set this to true

Others

  • fix golden equipments prefix
  • Improve chance in dropping equipment on regular vault(50%)
  • Improve high tier level chance on regular Vault

If you guys have suggestion to add as default tiers in config and you think it's balance then please add a Ticket in GitHub.

1.2.6Релиз1.21.4 · 14 мая 2025 г.

Any not a vanilla chest can now apply tiers but it will only apply when item placed on the inventory.

1.0.3Релиз1.21.1 · 14 мая 2025 г.

Any not a vanilla chest can now apply tiers but it will only apply when item placed on the inventory.

1.2.5Релиз1.21.4 · 7 мая 2025 г.

Resolved a crash caused by a null UUID For easier testing, I've added a "Test Category"(applied to all equipments) to the tierdrop_config.json.

"TierEquipment": {
  "Test": [
    {
      "prefix": "Test",
      "color": "YELLOW",
      "chance": [100, 100, 100],
      "attributes": [
        { "All": ["ARMOR", 1, 1.5] },
        { "All": ["MAX_HEALTH", 2, 4] }
      ]
    }
  ],
  "Armor": [
    {

Полная история изменений — на Modrinth.

Комментарии

Загружаем…