diff options
author | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-04-08 20:03:11 +0800 |
---|---|---|
committer | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-04-08 20:03:11 +0800 |
commit | 46c2fd28691f3be2207445b44ff6d839ba9d17c6 (patch) | |
tree | b3b8ca22654191617ff8bea569c9e94e121c88fd /features/events | |
parent | 63e7b19f1c7d1447a2c09be258b3aef69cf00450 (diff) | |
download | SoopyV2-46c2fd28691f3be2207445b44ff6d839ba9d17c6.tar.gz SoopyV2-46c2fd28691f3be2207445b44ff6d839ba9d17c6.tar.bz2 SoopyV2-46c2fd28691f3be2207445b44ff6d839ba9d17c6.zip |
changes
Diffstat (limited to 'features/events')
-rw-r--r-- | features/events/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/features/events/index.js b/features/events/index.js index cc2c3e5..77fe1ae 100644 --- a/features/events/index.js +++ b/features/events/index.js @@ -266,7 +266,7 @@ class Events extends Feature { spawnParticle(particle, type, event){ - if(this.shinyBlockOverlayEnabled.getValue()){ + if(this.shinyBlockOverlayEnabled.getValue() && this.FeatureManager.features["dataLoader"].class.areaFine === "The End"){ if(particle.toString().startsWith("EntitySpellParticleFX,")){ if(particle.getUnderlyingEntity().func_70534_d()===particle.getUnderlyingEntity().func_70535_g()){ let arr = [particle.getX(), particle.getY(), particle.getZ()] |