Custom Drops for Existing Entities

Started by LukeTheCreator200 on

Topic category: Help with Minecraft modding (Java Edition)

Joined Aug 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Custom Drops for Existing Entities

Is it possible to add custom drops to existing entities?

If yes, how?

Joined Jan 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
yes it is possible  so you…
Sun, 11/03/2024 - 01:22

yes it is possible 

so you wanna make custom drop for skeleton for example:

1st you go make a Lootable  where u set Loot Table Registry Name to : entities/skeleton

2nd You change the Namespace of Lootable from Mod to Minecraft so you could alter the drops

3rd Set the items you wanna make the mob drop

and it should work

Hope it Helped =D