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

Started by P0TAT0_XD on

Topic category: User side tutorials

Last seen on 16:53, 5. May 2023
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
Last seen on 18:43, 8. Jan 2024
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)

Last seen on 16:53, 5. May 2023
Joined Dec 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
THX!
Sun, 12/25/2022 - 12:35

THX!

Last seen on 01:31, 14. Mar 2023
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.