From 01cfccbb9089e04bb61c270fa279bf93e2e679c0 Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Wed, 12 Apr 2023 17:15:29 +0200 Subject: Small stuff --- src/main/java/at/hannibal2/skyhanni/config/features/Mobs.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/java/at/hannibal2/skyhanni/config/features') 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 d5a4f3057..5ee9d5e58 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/Mobs.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/Mobs.java @@ -74,7 +74,7 @@ public class Mobs { public boolean areaBossRespawnTimer = false; @Expose - @ConfigOption(name = "Enderman Teleportation Hider", desc = "Stops the Enderman Teleportation animation.") + @ConfigOption(name = "Enderman TP Hider", desc = "Stops the Enderman Teleportation animation.") @ConfigEditorBoolean public boolean endermanTeleportationHider = true; -- cgit