Useful Luck

Quick rating

Community listing page, reviews here may not be monitored by the author.

Useful Luck

By AzukaarOwner

No reviews yet

Luck is useless in Minecraft. This mod fixes it!

Mod Loaders
Forge
NeoForge
Minecraft

Community voices

Reviews

List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Show per page
10
25
50
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

Where It Runs
Client and Server

Must be installed on both the client and the server.

About

Project Details

Type
Mod
License
MIT License
Latest Version
usefulluck-1.0.5.jar

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

description_5f3d79b1-d2cb-4ad8-866e-45467240aa52.pngdescription_b6596b1d-dccd-4dc9-be3e-050eaf858541.png

If you ever invested in your luck stat in Minecraft in order to get better loots in chest… You got scammed!

Luck is probably the most misunderstood stat in Minecraft, but long story short: it only really affects fishing (with few neglictable exceptions). See the problem statement section for more details!

So this mod revamp how Luck affect various aspect of Minecraft, and it is HIGHLY customizable! The main difference is that using this mod, luck will affect any loot table: when opening chest or killing mobs, the luck will help roll additional high quality items in your loots!

  • Balanced approach: The game primary focus is to make luck do what you thought it did in the first place
  • Affect any loot table: With a highly customizable approach using datapacks, you can balance the mod any way you like, or even make it have additional effect in your modpack!
  • Smart sorting algorithm: Luck can have negative effect on diversity of loot (see next section) this mod has a mechanism to prevent space hogging by smartly selecting loots when the chests overflow
  • Highly compatible: the mod has been written to be non-invasive and highly compatible, incuding with mods like Lootr that changes how looting chests work
  • Vanilla friendly: The internal calculation is processing the usual loot tables ensuring proper loot distribution

   Azukaar's Fair Difficulty Overhaul

description_6261f41b-4dff-416f-b37f-92b32b4b224d.png

Problem Statement

If you try to simply open a bunch of dungeon chest (ex jungle temple) with a ridiculous luck level of 255, you will notice that actually, luck does not seem to make things better for you.

Opening  jungle temple  chest

As you can see, while it's normal that luck's effect should  be subtle, at level 255 (which is ridiculously high), there are no noticeable difference in the loot. The reason why can be very easily explained. While luck does technically have an effect, it is not what you think it is: the way luck work, is by simply multiplying rarity and quality of the item looted. Meaning it does not add anything! Simply change the quality… Additionally, the issue is that most item's quality is set to 0, and 0x luck is always 0… Meaning in most cases, luck would have no effect at all…

But it gets worst! Luck can even have a negative effect! Effectively, if you play a mod-pack with Apotheosis, you might have tried to max out your luck to get better stuff! But the issue is that very little mods set a quality on their loot. But when they do, a higher luck will lead to the undesirable behaviour of that specific mod hogging all the space! This is an example of opening a Bastion treasure chest at luck level 255 when Silent Gear is installed:

description_1a16281e-9b2d-44e9-ae7c-6538a3e2e46a.png

As you can see, since Silent Gear is the only mod setting a quality, its material are taking up all the space in the chests… yikes!

The solution

This mod revamp the way the luck stat affects looting. Instead of just relying on a quality mult, it allows you to have additional item roll per luck level. The roll are highly customizable, they can be per X level, have a % of chance to trigger, and so on… Additionally, the mod will manipulate the resulting additional loot in a way that ensure the player always gets a diversity of items, always in a balanced manner. It does so by reducing the probability of duplicate items (ex. 100 chesplates with different Apotheosis stats) in the added loots.

So to summarize, (and with the default settings) if you are luck lvl 255, then you will get up to 255 additional items rolled. Obvioulsy, in a real life game you would never reach such a high level, but for the sake of example, this is what would now happen with a level 255 luck, opening the same chest as the first screenshot:

The mod is fully open source and yes you can include it in your modpack

If you ever invested in your luck stat in Minecraft in order to get better loots in chest... You got scammed!

Luck is probably the most misunderstood stat in Minecraft, but long story short: it only really affects fishing (with few neglictable exceptions). See the problem statement section for more details!

So this mod revamp how Luck affect various aspect of Minecraft, and it is HIGHLY customizable! The main difference is that using this mod, luck will affect any loot table: when opening chest or killing mobs, the luck will help roll additional high quality items in your loots!

  • Balanced approach: The game primary focus is to make luck do what you thought it did in the first place
  • Affect any loot table: With a highly customizable approach using datapacks, you can balance the mod any way you like, or even make it have additional effect in your modpack!
  • Smart sorting algorithm: Luck can have negative effect on diversity of loot (see next section) this mod has a mechanism to prevent space hogging by smartly selecting loots when the chests overflow
  • Highly compatible: the mod has been written to be non-invasive and highly compatible, incuding with mods like Lootr that changes how looting chests work
  • Vanilla friendly: The internal calculation is processing the usual loot tables ensuring proper loot distribution

   Azukaar's Fair Difficulty Overhaul

![](https://media.forgecdn.net/attachments/description/1266808/description_4897d02d-b8d5-4831-b8ae-ebbd5e62a6aa.png)

Problem Statement

If you try to simply open a bunch of dungeon chest (ex jungle temple) with a ridiculous luck level of 255, you will notice that actually, luck does not seem to make things better for you.

 

Opening  jungle temple  chest

 

As you can see, while it's normal that luck's effect should  be subtle, at level 255 (which is ridiculously high), there are no noticeable difference in the loot. The reason why can be very easily explained. While luck does technically have an effect, it is not what you think it is: the way luck work, is by simply multiplying rarity and quality of the item looted. Meaning it does not add anything! Simply change the quality... Additionally, the issue is that most item's quality is set to 0, and 0x luck is always 0... Meaning in most cases, luck would have no effect at all...

But it gets worst! Luck can even have a negative effect! Effectively, if you play a mod-pack with Apotheosis, you might have tried to max out your luck to get better stuff! But the issue is that very little mods set a quality on their loot. But when they do, a higher luck will lead to the undesirable behaviour of that specific mod hogging all the space! This is an example of opening a Bastion treasure chest at luck level 255 when Silent Gear is installed:

As you can see, since Silent Gear is the only mod setting a quality, its material are taking up all the space in the chests... yikes!

 

The solution

This mod revamp the way the luck stat affects looting. Instead of just relying on a quality mult, it allows you to have additional item roll per luck level. The roll are highly customizable, they can be per X level, have a % of chance to trigger, and so on... Additionally, the mod will manipulate the resulting additional loot in a way that ensure the player always gets a diversity of items, always in a balanced manner. It does so by reducing the probability of duplicate items (ex. 100 chesplates with different Apotheosis stats) in the added loots.

So to summarize, (and with the default settings) if you are luck lvl 255, then you will get up to 255 additional items rolled. Obvioulsy, in a real life game you would never reach such a high level, but for the sake of example, this is what would now happen with a level 255 luck, opening the same chest as the first screenshot:

The mod is fully open source and yes you can include it in your modpack

Screenshots

Gallery

This project has no gallery images yet.

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

~87,000
Total Downloads
CurseForge
~75,000
Modrinth
~12,000
Last Updated
CurseForge
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