How do I make drops?

Started by Minecraft Steve 456 on

Topic category: Help with MCreator software

Last seen on 16:51, 1. Apr 2020
Joined Apr 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How do I make drops?

I'm trying to make drowned drop prismarine stuff, but have no idea how. All other posts want to add modded items to the drop pool and not vanilla ones. (and honestly the ones i read didn't make that much sense to me either. If someone knows how to add vanilla drops to vanilla mobs and can link to a good explanation for modded ones too, it would be appreciated

Last seen on 03:10, 19. Feb 2022
Joined Jun 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
use loot tables and just…
Wed, 04/01/2020 - 09:13

use loot tables and just chose vanilla items.

Last seen on 16:51, 1. Apr 2020
Joined Apr 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How do i get the loot table…
Wed, 04/01/2020 - 09:42

How do i get the loot table to specifically apply to drowned?

Last seen on 23:55, 15. Mar 2023
Joined Oct 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Change the namespace of the…
Wed, 04/01/2020 - 20:38

Change the namespace of the loot table to "minecraft" and make sure the registry name is "drowned"

"drowned" is the loot table name for the Drowned entity.

Also make sure the loot table type is "Entity"

Last seen on 23:55, 15. Mar 2023
Joined Oct 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Forgot to mention, if you…
Wed, 04/01/2020 - 20:39

Forgot to mention, if you want the vanilla drops to stay the same, you will have to add them into the custom loot table because this will override the original.