diff options
Diffstat (limited to 'src/main')
-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 97d69532d..372b8c327 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/Mobs.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/Mobs.java @@ -40,7 +40,7 @@ public class Mobs { @Expose @ConfigOption( name = "Special Zealots", - desc = "Highlight Special Zealots in The End. (The one that drops Summoning Eyes)" + desc = "Highlight Special Zealots (the ones that drop summoning eyes) in the End." ) @ConfigEditorBoolean @ConfigAccordionId(id = 0) @@ -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, like in SBA.") @ConfigEditorBoolean public boolean endermanTeleportationHider = false; } |