aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-03-25 21:00:33 +0100
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-03-25 21:00:33 +0100
commit66bb3a7628ccebc1d9e86a5507327a476b1e1033 (patch)
treed34f6447907a6020d6784f188a131b0248e12222
parentc5ca9b8fc02222e4b7d05cb7a607fbf124bf40e3 (diff)
downloadSkyHanni-66bb3a7628ccebc1d9e86a5507327a476b1e1033.tar.gz
SkyHanni-66bb3a7628ccebc1d9e86a5507327a476b1e1033.tar.bz2
SkyHanni-66bb3a7628ccebc1d9e86a5507327a476b1e1033.zip
made Enderman tp animation Hider default enabled
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/Mobs.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/Mobs.java b/src/main/java/at/hannibal2/skyhanni/config/features/Mobs.java
index 372b8c327..366cbc849 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/Mobs.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/Mobs.java
@@ -68,7 +68,7 @@ public class Mobs {
public boolean areaBossRespawnTimer = false;
@Expose
- @ConfigOption(name = "Enderman Teleportation Hider", desc = "Stops the Enderman Teleportation animation, like in SBA.")
+ @ConfigOption(name = "Enderman Teleportation Hider", desc = "Stops the Enderman Teleportation animation.")
@ConfigEditorBoolean
- public boolean endermanTeleportationHider = false;
+ public boolean endermanTeleportationHider = true;
}