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
commita65700eb165589403f28ec3f6e6d3dcd450a0719 (patch)
treed34f6447907a6020d6784f188a131b0248e12222
parent575c7a806aeb80ce5be6e51ddd957fcd0e18b639 (diff)
downloadskyhanni-a65700eb165589403f28ec3f6e6d3dcd450a0719.tar.gz
skyhanni-a65700eb165589403f28ec3f6e6d3dcd450a0719.tar.bz2
skyhanni-a65700eb165589403f28ec3f6e6d3dcd450a0719.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;
}