Update Triggers authored by Ashijin's avatar Ashijin
...@@ -18,8 +18,7 @@ itself. ...@@ -18,8 +18,7 @@ itself.
| onSpawn | When the mob spawns | | onSpawn | When the mob spawns |
| onDespawn | When the mob is despawned | | onDespawn | When the mob is despawned |
| onFirstSpawn | Triggered the first time a mob is spawned from a spawner | | onFirstSpawn | Triggered the first time a mob is spawned from a spawner |
| onLoad | When the mob is loaded (spawning or loading after a restart) | onLoad | When the mob is loaded (spawning or loading after a restart) |
|
| onDeath | When the mob dies | | onDeath | When the mob dies |
| onTimer:\# | Every \# ticks (where \# is the interval in ticks) | | onTimer:\# | Every \# ticks (where \# is the interval in ticks) |
| onInteract | When the mob is right-clicked | | onInteract | When the mob is right-clicked |
... ...
......