Run procedure from generic events

Started by smorknorg on

Topic category: Help with Minecraft modding (Java Edition)

Joined Nov 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Run procedure from generic events

I need to know how to run a procedure (or do something else, my goal is only to raise or lower a number) whenever a player does a very basic action, like breaking a wood block or killing a passive mob. Anything which may lead me in the right direction would be appreciated.

Joined Nov 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Use global triggers and…
Wed, 11/20/2024 - 19:06

Use global triggers and check if the block broken (or a mob killed) is the correct type. Global triggers are those things in the drop-down menu at the very first procedure block.