Block Broken event not triggering when Create Drills break block

Started by christiananderson1 on

Topic category: Help with Minecraft modding (Java Edition)

Joined Oct 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Block Broken event not triggering when Create Drills break block

I'm trying to make an ore that regenerates as a request for a friend. I have made it so it works in 90% of situations, except for one that I can't seem to figure out, and that being when the block is broken by a Create drill. For some reason, the drill does not trigger the "block broken" global trigger, nor does it trigger the "When block destroyed by player" block trigger . Does anyone know of a workaround for this? I'm willing to use custom elements if I have to.