From 5816825eeae0947b03d75ae809725a7a35b59317 Mon Sep 17 00:00:00 2001 From: cannabidiol Date: Mon, 28 Dec 2020 03:49:22 -0900 Subject: [PATCH 1/3] Fixed bug with ModuleListComponent initial position --- .../seppuku/impl/gui/hud/component/ColorsComponent.java | 1 - .../impl/gui/hud/component/module/ModuleListComponent.java | 2 ++ .../me/rigamortis/seppuku/impl/management/HudManager.java | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/main/java/me/rigamortis/seppuku/impl/gui/hud/component/ColorsComponent.java b/src/main/java/me/rigamortis/seppuku/impl/gui/hud/component/ColorsComponent.java index d937bd1..3f40708 100644 --- a/src/main/java/me/rigamortis/seppuku/impl/gui/hud/component/ColorsComponent.java +++ b/src/main/java/me/rigamortis/seppuku/impl/gui/hud/component/ColorsComponent.java @@ -37,7 +37,6 @@ public final class ColorsComponent extends ResizableHudComponent { public ColorsComponent() { super("Colors", 100, 120); - this.setVisible(true); this.setSnappable(false); this.setW(120); this.setH(120); diff --git a/src/main/java/me/rigamortis/seppuku/impl/gui/hud/component/module/ModuleListComponent.java b/src/main/java/me/rigamortis/seppuku/impl/gui/hud/component/module/ModuleListComponent.java index 96bd70d..73cb0ef 100644 --- a/src/main/java/me/rigamortis/seppuku/impl/gui/hud/component/module/ModuleListComponent.java +++ b/src/main/java/me/rigamortis/seppuku/impl/gui/hud/component/module/ModuleListComponent.java @@ -59,6 +59,8 @@ public final class ModuleListComponent extends ResizableHudComponent { this.setSnappable(false); this.setLocked(true); + this.setX(20); + this.setY(20); this.setW(100); this.setH(100); } diff --git a/src/main/java/me/rigamortis/seppuku/impl/management/HudManager.java b/src/main/java/me/rigamortis/seppuku/impl/management/HudManager.java index 49d441b..1b67c48 100644 --- a/src/main/java/me/rigamortis/seppuku/impl/management/HudManager.java +++ b/src/main/java/me/rigamortis/seppuku/impl/management/HudManager.java @@ -53,8 +53,8 @@ public final class HudManager { for (AnchorPoint anchorPoint : this.anchorPoints) anchorPoint.updatePosition(sr); - int moduleListXOffset = 20; - int moduleListYOffset = 20; + int moduleListXOffset = 0; + int moduleListYOffset = 0; for (Module.ModuleType type : Module.ModuleType.values()) { if (type.equals(Module.ModuleType.HIDDEN) || type.equals(Module.ModuleType.UI)) continue; From b1b041249d2885f2b7c065a39612812ca36cc7f8 Mon Sep 17 00:00:00 2001 From: noil <33181454+uoil@users.noreply.github.com> Date: Mon, 28 Dec 2020 16:26:42 -0500 Subject: [PATCH 2/3] Update readme.md --- readme.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/readme.md b/readme.md index 0cac8c7..cf237aa 100644 --- a/readme.md +++ b/readme.md @@ -1,5 +1,14 @@ # ![Seppuku](res/seppuku_full.png) +![Website](https://img.shields.io/website?down_color=lightgrey&down_message=offline&up_color=darkgreen&up_message=online&url=https%3A%2F%2Fseppuku.pw%2F) +![Discord](https://img.shields.io/discord/579516739092480000?color=lightblue) +![License](https://img.shields.io/github/license/seppukudevelopment/seppuku) +![GitHub Version](https://img.shields.io/github/v/release/seppukudevelopment/seppuku) +![GitHub Lines](https://img.shields.io/tokei/lines/github/seppukudevelopment/seppuku) +![GitHub Contributors](https://img.shields.io/github/contributors/seppukudevelopment/seppuku?color=lightgrey) +![GitHub Language](https://img.shields.io/github/languages/top/seppukudevelopment/seppuku?color=9900ee) +![Downloads](https://img.shields.io/github/downloads/seppukudevelopment/seppuku/total?color=9900ee) + Seppuku is a free, lightweight, open-source [_Minecraft Forge_](https://files.minecraftforge.net/) mod for Minecraft 1.12.2, and soon to be for recent versions... Originally oriented towards the 9B9T and 2B2T anarchy servers; it is a fully featured client-side mod with an external plugin API, unique exploits, and a [solid Discord community](https://discord.gg/UzWBZPe). From 6184f69f2edb8d86c439ae604e738f95fa832897 Mon Sep 17 00:00:00 2001 From: noil <33181454+uoil@users.noreply.github.com> Date: Mon, 28 Dec 2020 18:14:21 -0500 Subject: [PATCH 3/3] Update readme.md --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index cf237aa..6cf3000 100644 --- a/readme.md +++ b/readme.md @@ -13,6 +13,8 @@ Seppuku is a free, lightweight, open-source [_Minecraft Forge_](https://files.mi Originally oriented towards the 9B9T and 2B2T anarchy servers; it is a fully featured client-side mod with an external plugin API, unique exploits, and a [solid Discord community](https://discord.gg/UzWBZPe). +Check the [guide](https://seppuku.pw/guide.html) for help. + # Requirements - **JDK 8** (https://adoptopenjdk.net/, https://aws.amazon.com/corretto/) - __(optional)__ **Git**