Skip to content
Chat history
You said:
does luck status effect impact mob drops minecraft
ChatGPT said:
In Minecraft, the Luck status effect does not impact mob drops.
Here's how it works:
🟢 Luck Affects:
Loot tables associated with containers like:
Fishing (treasure loot from fishing rods)
Chests (if generated with loot tables, e.g., Bastions, Shipwrecks)
It increases the chance of getting better items from these loot tables.
🔴 Luck Does Not Affect:
Mob drops
Block drops (e.g., from mining or cutting trees)
XP
Anything not using a loot table that includes a quality field influenced by Luck
For Better Mob Drops:
Use Looting enchantment on a weapon. Looting:
Increases the quantity and chance of rare drops from mobs.
Summary:
🧪 Luck = Better fishing and loot chests
⚔️ Looting = Better mob drops
Let me know if you want to dive into specific mob drop mechanics!
You said:
command for looting 10 sword
ChatGPT said:
To give yourself a sword with Looting X (10) in Minecraft, use the following
command:
📜 Java Edition (1.13+):
/give @p minecraft:diamond_sword{Enchantments:[{id:"minecraft:looting",lvl:10}]} 1
You can also replace diamond_sword with another sword type, like netherite_sword if
you're in 1.16+.
⚠ Notes:
@p gives it to the nearest player (you, if you're running the command).
lvl:10 applies Looting level 10 (much higher than normal max of 3).
You need to have cheats enabled or be in creative mode.
Let me know if you want to add more enchantments or make it unbreakable!
You said:
for java 1.21.7
ChatGPT said:
In Minecraft Java Edition 1.21.7, the following command will give you a diamond
sword with Looting X:
/give @p minecraft:diamond_sword{Enchantments:[{id:"minecraft:looting",lvl:10}]} 1
🔧 Customize:
Netherite sword: Change diamond_sword to netherite_sword
More enchantments: Add more inside the Enchantments array, e.g.:
/give @p minecraft:netherite_sword{Enchantments:[{id:"minecraft:looting",lvl:10},
{id:"minecraft:sharpness",lvl:5}]} 1
Unbreakable: Add Unbreakable:1b like this:
/give @p minecraft:netherite_sword{Enchantments:
[{id:"minecraft:looting",lvl:10}],Unbreakable:1b} 1
Let me know if you'd like a command block version or a JSON file for a datapack!
No file chosenNo file chosen
ChatGPT can make mistakes. Check important info. See Cookie Preferences.