Description
Edit Mob Drops
Edit Mob Drops is an easily configurable mod that lets you edit what mobs drop, including adding items to specific groups of mobs, adding additional items, and even clearing existing drops!
All vanilla and modded items are supported, including NBT data. All mobs should be supported, vanilla and modded.
Editing mob drops is as simple as editing the config file of the mod, config\editmobdrops\editmobdrops.cfg (in 1.7.10 and 1.12.2), or config\editmobdrops\editmobdrops.toml (in 1.14+).
Sample Config (Mod version 1.4+)
Sample config for 1.7.10

Sample config for 1.12.2

For 1.14+ (1.16.5 and latest)

Both of these configs do the same thing for different versions of Minecraft.
This config adds a chance to drop a stack of minecraft:diamond_sword, with between 1 and 1 (so 1) swords, with metadata 0 (an ordinary diamond sword), using the file "sword.json" for NBT, to everything, with a 100% chance.
"sword.json" contains the following in 1.7.10:
<code>{display:{Name:"A sword"}}</code><br />It contains the following in 1.12.2:<code><br />{"display": {"Name": "A sword"}}</code><br />In 1.16.5 and latest, it instead contains the following:<br />{"display":{"Name":"[{\"text\":\"A sword\"}]"}}
This NBT data gives the sword the name "A sword".
The .json files can contain any valid NBT in json format. Check the syntax with a /give command if you're not sure whether it'll work.
After the sword, this config adds a chance to drop a stack of minecraft:diamond, with 1 diamond of metadata 0, not using an NBT file (as that section is blank).
The diamond has a 0% chance for anything to drop it, a 0% chance for monsters, a 0% chance for bosses, and a 100% chance for group 1, defined lower in the config as Creepers and Witches.
Lower down in the config, skeletons are listed as being a "Mob to Clear". This means default drops are cleared, but this happens before the extra items are added, so skeletons will still drop a diamond sword called "A sword".
Finally, the "Single Mob Items" section adds items to a single type of mob - in this case, adding a diamond pickaxe (metadata 0, no NBT) to chickens with a 100% chance to drop, and the same for a diamond axe.
In 1.7.10, entity names can be found by having debug mode on.
After 1.12.2, metadata was removed entirely, so the 1.14+ version of the config file does not include it.
Old Sample Config (Before mod version 1.4.0)
Sample config for 1.7.10 and 1.12.2

For 1.14+

Both of these configs do the same thing for different versions of Minecraft.
This config adds a chance to drop a stack of minecraft:diamond_sword, with between 1 and 1 (so 1) swords, with metadata 0 (an ordinary diamond sword), using the file "sword.json" for NBT, to everything, with a 100% chance.
"sword.json" contains the following:
{"display": {"Name": "A sword"}}
This NBT data gives the sword the name "A sword".
The .json files can contain any valid NBT in json format. Check the syntax with a /give command if you're not sure whether it'll work.
After the sword, this config adds a chance to drop a stack of minecraft:diamond, with 1 diamond of metadata 0, not using an NBT file (as that section is blank).
The diamond has a 0% chance for anything to drop it, a 0% chance for monsters, a 0% chance for bosses, and a 100% chance for group 1, defined lower in the config as Creepers and Witches.
Lower down in the config, skeletons are listed as being a "Mob to Clear". This means default drops are cleared, but this happens before the extra items are added, so skeletons will still drop a diamond sword called "A sword".
Finally, the "Single Mob Items" section adds items to a single type of mob - in this case, adding a diamond pickaxe (metadata 0, no NBT) to chickens with a 100% chance to drop, and the same for a diamond axe.
After 1.12.2, metadata was removed entirely, so the 1.15+ version of the config file does not include it.
Discord Server
https://discord.gg/TWDcAaX
AD
Become Premium to remove Ads!
What means Verified?
-
Compatibility: The mod should be compatible with the latest version of Minecraft and be clearly labeled with its supported versions.
-
Functionality: The mod should work as advertised and not cause any game-breaking bugs or crashes.
-
Security: The mod should not contain any malicious code or attempts to steal personal information.
-
Performance: The mod should not cause a significant decrease in the game's performance, such as by causing lag or reducing frame rates.
-
Originality: The mod should be original and not a copy of someone else's work.
-
Up-to-date: The mod should be regularly updated to fix bugs, improve performance, and maintain compatibility with the latest version of Minecraft.
-
Support: The mod should have an active developer who provides support and troubleshooting assistance to users.
-
License: The mod should be released under a clear and open source license that allows others to use, modify, and redistribute the code.
-
Documentation: The mod should come with clear and detailed documentation on how to install and use it.
AD
Become Premium to remove Ads!
How to Install
Download Forge & Java
Download Forge from the offical Site or here. If you dont have Java installed then install it now from here. After Downloading Forge you can run the file with Java.
Prepare
Lounch Minecraft and select your Forge istallation as Version this will create a Folder called Mods.
Add Mods
Type Win+R and type %appdata% and open the .minecraft Folder. There will you find your Folder called Mods. Place all Mods you want to play in this Folder
Enjoy
You are now Ready. Re-start your Game and start Playing.