Despawn an item

Started by Cubix_Gamer on

Topic category: Help with modding (Java Edition)

Last seen on 21:36, 8. Mar 2021
Joined Dec 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Despawn an item

Hello,
I would like that with a procedure which has the event "A block is broken" that when I break a block the item does not drop.
Thanks in advance for the reply.

FR: https://pastebin.com/tMay9tQx

Last seen on 23:21, 17. Jun 2022
Joined Apr 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
If you need to remove drops…
Thu, 03/04/2021 - 21:44

If you need to remove drops from your block you just need disable drops in your block’s properties

Last seen on 21:36, 8. Mar 2021
Joined Dec 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I want that when I break an…
Thu, 03/04/2021 - 21:46

I want that when I break an iron block it won't drop, for example.

Last seen on 23:21, 17. Jun 2022
Joined Apr 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Oh. Then you can create a…
Fri, 03/05/2021 - 05:25

Oh. Then you can create a loot table with namespace: minecraft and name it with block’s id.(for e.g iron_block) After that you can override block’s drops.

I suggest you to see wiki about loot table’s if you will get confused

https://mcreator.net/wiki/how-make-loot-table

Last seen on 21:36, 8. Mar 2021
Joined Dec 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I do not know if you…
Fri, 03/05/2021 - 11:25

I do not know if you understand or if I apologize badly. I have an enchantment, I want when the tool in my hand is enchanted with the enchantment its not drop the block that I break.
Do you understand now?

Last seen on 19:25, 27. Mar 2024
Joined Feb 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Add a remove Block with…
Fri, 03/05/2021 - 12:01

Add a remove Block with Break Particle in your Enchantment Procedure.

Last seen on 19:25, 27. Mar 2024
Joined Feb 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Here a Screenshot for your…
Fri, 03/05/2021 - 12:27

Here a Screenshot for your Enchantment:

Enchantment with Remove Block on broken