aboutsummaryrefslogtreecommitdiff
path: root/features/events/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'features/events/index.js')
-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()]