From c545e46b1ab575d8734255b4bfff69ea2784cac6 Mon Sep 17 00:00:00 2001 From: ybw0014 Date: Wed, 13 Dec 2023 21:49:00 -0500 Subject: [PATCH 1/2] chore: include download source --- .github/ISSUE_TEMPLATE/bug-report.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yaml b/.github/ISSUE_TEMPLATE/bug-report.yaml index e1e0d1d518..fcc3435e70 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/bug-report.yaml @@ -20,6 +20,8 @@ body: options: - label: I am using the official english version of Slimefun and did not modify the jar. required: true + - label: I downloaded the official version from the new build site [Blob Builds](https://blob.build/). + required: true - label: I am using an up to date "DEV" (not "RC") version of Slimefun. required: true - label: I am aware that issues related to Slimefun addons need to be reported on their bug trackers and not here. From 641890a837e375a6ef2a72e258d0bd6b53e3ae25 Mon Sep 17 00:00:00 2001 From: ybw0014 Date: Thu, 14 Dec 2023 09:36:24 -0500 Subject: [PATCH 2/2] chore: let all workflow pass --- .../slimefun4/api/events/TalismanActivateEvent.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/io/github/thebusybiscuit/slimefun4/api/events/TalismanActivateEvent.java b/src/main/java/io/github/thebusybiscuit/slimefun4/api/events/TalismanActivateEvent.java index 775691a0a6..b8515bed47 100644 --- a/src/main/java/io/github/thebusybiscuit/slimefun4/api/events/TalismanActivateEvent.java +++ b/src/main/java/io/github/thebusybiscuit/slimefun4/api/events/TalismanActivateEvent.java @@ -93,4 +93,4 @@ public void setCancelled(boolean cancel) { public static @Nonnull HandlerList getHandlerList() { return handlers; } -} \ No newline at end of file +}