changed onMilk to onBucket and added build 4444 changes authored by Lxlp's avatar Lxlp
...@@ -33,7 +33,7 @@ itself. ...@@ -33,7 +33,7 @@ itself.
| [onBreed](#onbreed) | When the mob breeds with another mob. | | [onBreed](#onbreed) | When the mob breeds with another mob. |
| [onTrade](#ontrade) | When the Villager completes a trade. Requires Paper | | [onTrade](#ontrade) | When the Villager completes a trade. Requires Paper |
| [onChangeWorld](#onchangeworld) | When the mob changes world | | [onChangeWorld](#onchangeworld) | When the mob changes world |
| [onMilk](#onmilk) | When the cow is milked <!--With a bucket, you perverts.--> | | [onBucket](#onbucket) | When the cow is milked or an entity is bucketed (axolotl etc.) |
<!-- <!--
ADD THIS TRIGGER BACK WHEN IT WORKS ADD THIS TRIGGER BACK WHEN IT WORKS
...@@ -401,8 +401,8 @@ WorldJumper: ...@@ -401,8 +401,8 @@ WorldJumper:
- command{c=say The Nether!} @self ~onChangeWorld ?varEquals{var=skill.world;value=world_nether} - command{c=say The Nether!} @self ~onChangeWorld ?varEquals{var=skill.world;value=world_nether}
``` ```
#### ~onMilk #### ~onBucket
Executes the skill when the cow is milked. Executes the skill when the cow is milked or when an entity is stored in a bucket (axolotl and the other bucketable ones).
```yaml ```yaml
ANormalCow: ANormalCow:
Type: Cow Type: Cow
... ...
......