Started by
KoiF
on
Topic category: Help with Minecraft modding (Java Edition)
Im trying to make certain mobs that already exist in Minecraft drop special items in my mod. Im having trouble figuring this out. Can I get some help?
Topic category: Help with Minecraft modding (Java Edition)
Im trying to make certain mobs that already exist in Minecraft drop special items in my mod. Im having trouble figuring this out. Can I get some help?
You could do this with a loot table. You may have to look up the loot table name for the mob you are affecting, but as long as you get the name right it will change the vanilla loot table.
https://youtu.be/aDAhhLADH_M
If you want an existing mob from another mod, you can also do a string comparison for name from the entity registry name