aboutsummaryrefslogtreecommitdiff
path: root/features/events
diff options
context:
space:
mode:
authorSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-04-08 20:03:11 +0800
committerSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-04-08 20:03:11 +0800
commit46c2fd28691f3be2207445b44ff6d839ba9d17c6 (patch)
treeb3b8ca22654191617ff8bea569c9e94e121c88fd /features/events
parent63e7b19f1c7d1447a2c09be258b3aef69cf00450 (diff)
downloadSoopyV2-46c2fd28691f3be2207445b44ff6d839ba9d17c6.tar.gz
SoopyV2-46c2fd28691f3be2207445b44ff6d839ba9d17c6.tar.bz2
SoopyV2-46c2fd28691f3be2207445b44ff6d839ba9d17c6.zip
changes
Diffstat (limited to 'features/events')
-rw-r--r--features/events/index.js2
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()]