diff options
author | Wyvest <45589059+Wyvest@users.noreply.github.com> | 2022-05-15 15:55:05 +0700 |
---|---|---|
committer | Wyvest <45589059+Wyvest@users.noreply.github.com> | 2022-05-15 15:55:05 +0700 |
commit | c2eb1590e5ef48e0e9c59b3eff149c09c607dc95 (patch) | |
tree | 7588bd65535d93875052efb393e4eb142fc9bea0 | |
parent | cce479dfe91b432521534e0dde866743931fe2cb (diff) | |
download | Chatting-c2eb1590e5ef48e0e9c59b3eff149c09c607dc95.tar.gz Chatting-c2eb1590e5ef48e0e9c59b3eff149c09c607dc95.tar.bz2 Chatting-c2eb1590e5ef48e0e9c59b3eff149c09c607dc95.zip |
done
-rw-r--r-- | gradle.properties | 2 | ||||
-rw-r--r-- | src/main/kotlin/cc/woverflow/chatting/gui/components/ScreenshotButton.kt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gradle.properties b/gradle.properties index c9fd914..3b11699 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ org.gradle.jvmargs=-Xmx2G mod_name = Chatting mod_id = chatting -mod_version = 1.4.0-beta2 +mod_version = 1.4.0 loom.platform = forge
\ No newline at end of file diff --git a/src/main/kotlin/cc/woverflow/chatting/gui/components/ScreenshotButton.kt b/src/main/kotlin/cc/woverflow/chatting/gui/components/ScreenshotButton.kt index 61f1ea1..9fc5e8d 100644 --- a/src/main/kotlin/cc/woverflow/chatting/gui/components/ScreenshotButton.kt +++ b/src/main/kotlin/cc/woverflow/chatting/gui/components/ScreenshotButton.kt @@ -11,7 +11,7 @@ import net.minecraft.client.renderer.GlStateManager import net.minecraft.util.ResourceLocation class ScreenshotButton : - CleanButton(448318, { UResolution.scaledWidth - 42 }, { UResolution.scaledHeight - 26 }, 12, 12, "", + CleanButton(448318, { UResolution.scaledWidth - 42 }, { UResolution.scaledHeight - 27 }, 12, 12, "", { RenderType.NONE }) { override fun onMousePress() { |