Started by
Cubix_Gamer
on
Topic category: Help with Minecraft modding (Java Edition)
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.
If you need to remove drops from your block you just need disable drops in your block’s properties
I want that when I break an iron block it won't drop, for example.
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
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?
Add a remove Block with Break Particle in your Enchantment Procedure.
Here a Screenshot for your Enchantment:
Thank you that inspired me for something simpler: https://imgur.com/eiSSOty