aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/features/misc
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-07-23 23:19:30 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-07-23 23:19:30 +0200
commita21c3298d2ae7790b3d3770ee4a135c1817f3018 (patch)
tree61e2de5233857f36e9a646955536655de25c98d1 /src/main/java/at/hannibal2/skyhanni/features/misc
parent32ed904363a0c06dddfbbc21d0a85155f3d01625 (diff)
downloadskyhanni-a21c3298d2ae7790b3d3770ee4a135c1817f3018.tar.gz
skyhanni-a21c3298d2ae7790b3d3770ee4a135c1817f3018.tar.bz2
skyhanni-a21c3298d2ae7790b3d3770ee4a135c1817f3018.zip
Hide particles around enderman slayer bosses and mini bosses
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/features/misc')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/features/misc/ParticleHider.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/features/misc/ParticleHider.kt b/src/main/java/at/hannibal2/skyhanni/features/misc/ParticleHider.kt
index befaa09f3..ca12ceea3 100644
--- a/src/main/java/at/hannibal2/skyhanni/features/misc/ParticleHider.kt
+++ b/src/main/java/at/hannibal2/skyhanni/features/misc/ParticleHider.kt
@@ -12,7 +12,7 @@ import net.minecraftforge.fml.common.eventhandler.SubscribeEvent
class ParticleHider {
- fun inM7Boss() = LorenzUtils.inDungeons && DungeonData.dungeonFloor == "M7" && DungeonData.inBossRoom
+ private fun inM7Boss() = LorenzUtils.inDungeons && DungeonData.dungeonFloor == "M7" && DungeonData.inBossRoom
@SubscribeEvent
fun onHypExplosions(event: ReceiveParticleEvent) {