How do i make modded entities use vanilla loot tables

Started by flexx1 on

Topic category: Help with Minecraft modding (Java Edition)

Joined Jun 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How do i make modded entities use vanilla loot tables

i have a mob that i want to use drowned loot, how may i go about doing this since the answer isnt immediatley obvious to me

Joined Feb 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Create a procedure when your…
Wed, 07/09/2025 - 20:35

Create a procedure when your entity dies. Add the "Execute command..." block and then write "loot spawn ~ ~0.5 ~ <vanilla loot table name>"