diff options
| author | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-07-15 14:18:44 +0800 |
|---|---|---|
| committer | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-07-15 14:18:44 +0800 |
| commit | 08d0f55a47a6b0ac3c4b0d8174bc1bf5b3c94271 (patch) | |
| tree | 80c9f02dbc3e22747a707312538304e78097903b /features/slayers | |
| parent | 0f2698a62971cee93b2bb135042703bcc6762bc8 (diff) | |
| download | SoopyV2-08d0f55a47a6b0ac3c4b0d8174bc1bf5b3c94271.tar.gz SoopyV2-08d0f55a47a6b0ac3c4b0d8174bc1bf5b3c94271.tar.bz2 SoopyV2-08d0f55a47a6b0ac3c4b0d8174bc1bf5b3c94271.zip | |
+ changes
Diffstat (limited to 'features/slayers')
| -rw-r--r-- | features/slayers/index.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/features/slayers/index.js b/features/slayers/index.js index bfcab1d..d9e2ecc 100644 --- a/features/slayers/index.js +++ b/features/slayers/index.js @@ -321,6 +321,7 @@ class Slayers extends Feature { } entityAttackEvent(event) { + ChatLib.chat("ENTITY ATTACKING") if (event.source.func_76346_g() === Player.getPlayer()) { if (event.entity instanceof net.minecraft.entity.monster.EntityEnderman) { World.getAllEntitiesOfType(net.minecraft.entity.item.EntityArmorStand).forEach((e) => { |
