how can i make new item drops from existed vannilla mob or block

Started by P0TAT0_XD on

Topic category: User side tutorials

Joined Dec 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
how can i make new item drops from existed vannilla mob or block
Sun, 12/18/2022 - 16:47 (edited)

how can i make new item drops from existed vannilla mob or block

for example i want to make a bannana that drops from leavs just like apples

Edited by P0TAT0_XD on Sun, 12/18/2022 - 16:47
Joined Nov 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You have to create a loot…
Sun, 12/18/2022 - 17:18

You have to create a loot table with the namespace Minecraft and the exact same name as the block or mob in question. Then set it to whatever you want (it will override the vanilla drops, not add to them, so you have to put existing drops in there as well or the block will stop dropping them)

Joined Nov 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
another way to do the mob…
Thu, 01/05/2023 - 00:30

another way to do the mob item drop make make a procedure that uses the Entity Dies Trigger, the an If Entity Exists block.