diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-03-25 21:00:33 +0100 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-03-25 21:00:33 +0100 |
commit | a65700eb165589403f28ec3f6e6d3dcd450a0719 (patch) | |
tree | d34f6447907a6020d6784f188a131b0248e12222 | |
parent | 575c7a806aeb80ce5be6e51ddd957fcd0e18b639 (diff) | |
download | skyhanni-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.java | 4 |
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; } |