Skip to main content
Guides

Unluck in Minecraft: what the bad luck effect does

By July 16, 2026No Comments

What the Unluck effect is

Unluck is a status effect that lowers your luck. It works as the mirror image of the Luck effect: where Luck nudges certain loot in your favor, Unluck pushes it the other way. The effect is sometimes written as “bad luck” in guides and command output, but the in-game ID is minecraft:unluck.

You will almost never run into Unluck during normal play. There is no potion for it on the brewing stand and no mob that hands it to you. It exists mainly for map makers and command users who want to make a player’s luck worse on purpose. Still, it helps to understand what it touches, because the same luck system quietly runs in the background every time you drop a fishing line.

The short version: Unluck makes fishing worse. It raises your odds of reeling in junk and lowers your odds of pulling up treasure. That is the whole story for most players, and the rest of this guide fills in the details.

How to get Unluck

Unluck has no survival source. You can’t brew it, trade for it, or catch it. The only way to apply it is with a command, which means you need cheats turned on or operator permission on a server.

The command follows the standard effect format:

/effect give <target> minecraft:unluck <seconds> <amplifier>

So /effect give @s minecraft:unluck 60 0 gives yourself one minute of Unluck I. The amplifier starts at 0, so amplifier 0 is level I, amplifier 1 is level II, and so on. Each level lowers your luck by one more point.

To clear it early, use /effect clear @s minecraft:unluck. Drinking milk also removes it, the same as most other effects.

There is a matching Potion of Luck that shows up in the creative inventory in Java Edition, but no bottled version of Unluck exists anywhere in the game. If you want the negative version, the command is the only route.

What Unluck actually does

Unluck changes a hidden number called the luck attribute. Every player has one, and it sits at 0 by default. Luck raises it; Unluck lowers it. Unluck I sets your luck to -1, Unluck II to -2, and the pattern continues from there.

That attribute matters because some loot in Minecraft is “luck based.” A loot table can mark certain entries as higher quality and tie their odds to your luck value. Positive luck tilts the roll toward the good entries. Negative luck, which is what Unluck gives you, tilts it toward the poor ones.

The way this works under the hood is a weighting system. Each entry in a loot pool has a base weight, and a quality value can add to or subtract from that weight based on your luck. When your luck is negative, high-quality entries lose weight and the low-quality ones effectively gain a larger share of the roll. Some pools also carry bonus rolls that only trigger when luck is positive, so Unluck can quietly remove chances you would otherwise have had. None of this shows up on your screen. There is no on-screen readout of your current luck value, which is part of why the effect feels invisible until you look at your catches.

Fishing is where you feel it

Fishing is the main place the luck system shows up in vanilla survival. When your bobber catches something, the game sorts the result into three buckets: fish, junk, and treasure. Without any luck modifiers, the split is roughly 85 percent fish, 10 percent junk, and 5 percent treasure.

Luck of the Sea, the fishing rod enchantment, pushes that split toward treasure and away from junk. Unluck does the reverse. With Unluck active, more of your catches land in the junk pile: lily pads, sticks, bones, leather boots, damaged fishing rods, and the rest of that unwanted collection. Treasure items like enchanted books, name tags, saddles, and the enchanted bow or rod become rarer.

The effect stacks with the enchantment math rather than canceling it cleanly, so a high Unluck level can noticeably drag down a fishing session even if your rod carries Luck of the Sea.

To put numbers on it, treasure is where the pain shows up. Enchanted books, name tags, saddles, nautilus shells, bows, and enchanted fishing rods all sit in the treasure bucket. Those are the items most players fish for, and Unluck is aimed straight at them. As your luck drops, that already-small 5 percent treasure slice shrinks and the junk slice swells. You’ll still pull in plenty of raw cod and salmon, since fish make up the bulk of any catch, but the good stuff arrives less often.

What Unluck does not touch

It is easy to assume a “bad luck” effect drags down everything you do. It doesn’t. Unluck only reaches loot tables that were built to read the luck attribute, and most of the game’s drops ignore it entirely.

Unluck has no say over mob drops. A zombie, a creeper, or a wither skeleton drops the same items whether your luck is high or low. It doesn’t change ore drops either, so mining diamonds or ancient debris plays out the same. Enchanting odds at the table, villager trades, and experience gain all sit outside the luck system too.

Two things people mix up with luck are the Fortune and Looting enchantments. Those raise drops from blocks and mobs, and they run on their own separate math. Unluck cannot cancel Fortune, and Fortune cannot cancel Unluck. They live in different parts of the game.

Unluck compared to Luck

Luck and Unluck are two ends of the same dial. Luck is a helpful effect with green particles; Unluck is a harmful one. Applying one while the other is active is pointless, since the game reads a single luck attribute and the stronger, more recent effect wins out.

Luck can appear in survival through a Potion of Luck, though that potion itself is only reachable in creative mode or through commands. Unluck skips survival completely. If you catch yourself wanting to “punish” a player’s fishing luck in a custom map or minigame, Unluck is the tool built for exactly that.

Java and Bedrock differences

On Java Edition, the luck attribute and the fishing behavior described above work as expected, and Unluck reliably shifts your catches toward junk.

Bedrock Edition handles loot differently under the hood, and the practical pull of Luck and Unluck on fishing there is far weaker and less consistent. If you are building a map for Bedrock players and counting on Unluck to ruin someone’s fishing, test it first rather than assuming it behaves like the Java version.

Tips and common mistakes

Don’t reach for Unluck expecting it to lower mob or ore drops. It won’t. If your goal is fewer or worse drops from a specific mob in a custom map, you need loot table edits or a datapack, not this effect.

If you are testing fishing odds, give yourself a long duration so the effect doesn’t wear off mid-session. Something like /effect give @s minecraft:unluck 600 4 runs Unluck V for ten minutes, which is enough to feel the difference across a good number of casts.

Remember that a bucket of milk wipes Unluck along with every other effect you have, good and bad. If you only want to drop the Unluck, the targeted /effect clear @s minecraft:unluck keeps your other effects intact.

Frequently asked questions

Can you get Unluck without commands?

No. There is no potion, mob, or block that applies Unluck. Commands are the only way to get it, so you need cheats or operator access.

Does Unluck affect mob or ore drops?

No. Unluck only changes loot tables that read the luck attribute, and standard mob and ore drops don’t. It has no effect on how many items a mob or block drops.

Is there a Potion of Unluck?

No bottled Unluck exists in any edition. The positive Potion of Luck is in the Java creative inventory, but the negative version was never given an item form.

Does Unluck cancel the Luck of the Sea enchantment?

Not exactly. Both feed into the same fishing math, so Unluck works against your enchantment and pulls results back toward junk, but it doesn’t switch the enchantment off.

What is the command for Unluck?

Use /effect give @s minecraft:unluck 60 0 for one minute of Unluck I. Raise the last number for higher levels and the middle number for a longer duration.

Can Luck and Unluck be active at the same time?

The game tracks one luck value, so applying both is self-defeating. Whichever effect was applied last takes over your luck attribute, and the other one does nothing useful while it’s overridden.

Does Unluck do anything besides ruin fishing?

In standard vanilla survival, fishing is the one place you’ll notice it. Custom maps and datapacks can attach the luck attribute to their own loot tables, so on a modded or heavily edited world Unluck might reach chests or other rewards the mapmaker set up. On an unmodified world, expect it to start and end with fishing.

How do I remove Unluck?

Drink milk to clear all effects, or run /effect clear @s minecraft:unluck to remove only the Unluck.

For nearly every survival player, Unluck is a curiosity you’ll only ever see if you type it in yourself. Its real home is custom maps and command experiments, where a builder wants to tilt a player’s fishing luck the wrong way on purpose. If you’re the one setting that up, give yourself a generous duration and test the results on the edition your players will actually use.