Started by
smorknorg
on
Topic category: Help with Minecraft modding (Java Edition)
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.
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.