From 5073c82fc65227515b47782c16c6031bcfc4a624 Mon Sep 17 00:00:00 2001 From: CozyMeli-gitv2 <110065125+CozyMeli-gitv2@users.noreply.github.com> Date: Fri, 16 Dec 2022 22:26:55 -0500 Subject: [PATCH 1/2] Updated the Chattimestamp module description. Updated the description to be slightly shorter, while making it grammatically correct, and more concise. --- .../com/lambda/client/module/modules/chat/ChatTimestamp.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/com/lambda/client/module/modules/chat/ChatTimestamp.kt b/src/main/kotlin/com/lambda/client/module/modules/chat/ChatTimestamp.kt index 7fec7004a..6ef069629 100644 --- a/src/main/kotlin/com/lambda/client/module/modules/chat/ChatTimestamp.kt +++ b/src/main/kotlin/com/lambda/client/module/modules/chat/ChatTimestamp.kt @@ -12,7 +12,7 @@ import net.minecraftforge.client.event.ClientChatReceivedEvent object ChatTimestamp : Module( name = "ChatTimestamp", - description = "Shows the time a message was sent beside the message", + description = "Displays the time a message was sent beside it", category = Category.CHAT, showOnArray = false ) { From 4ac225d178bea076c05445e750863b300d65c00d Mon Sep 17 00:00:00 2001 From: CozyMeli-gitv2 <110065125+CozyMeli-gitv2@users.noreply.github.com> Date: Fri, 16 Dec 2022 22:34:37 -0500 Subject: [PATCH 2/2] Updated module description with a single letter Saying draw in the sentence is not grammatically correct, rather saying draws is the correct context, as saying "the module draw lines" is not correct, but "the module draws lines" is. --- .../com/lambda/client/module/modules/render/EyeFinder.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/kotlin/com/lambda/client/module/modules/render/EyeFinder.kt b/src/main/kotlin/com/lambda/client/module/modules/render/EyeFinder.kt index 08ac70c8c..a971fdc2f 100644 --- a/src/main/kotlin/com/lambda/client/module/modules/render/EyeFinder.kt +++ b/src/main/kotlin/com/lambda/client/module/modules/render/EyeFinder.kt @@ -21,7 +21,7 @@ import kotlin.math.min object EyeFinder : Module( name = "EyeFinder", - description = "Draw lines from entity's heads to where they are looking", + description = "Draws lines from entity's heads to where they are looking", category = Category.RENDER ) { private val page by setting("Page", Page.ENTITY_TYPE) @@ -131,4 +131,4 @@ object EyeFinder : Module( renderer.render(true) } } -} \ No newline at end of file +}