From 6f2a5810c8d3aa83844c13d96772506a68d320d3 Mon Sep 17 00:00:00 2001 From: ybw0014 Date: Thu, 8 Aug 2024 12:26:44 -0400 Subject: [PATCH] [ci skip] chore: update issue template to include download source (#4059) * chore: include download source * chore: let all workflow pass --- .github/ISSUE_TEMPLATE/bug-report.yaml | 2 ++ .../slimefun4/api/events/TalismanActivateEvent.java | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yaml b/.github/ISSUE_TEMPLATE/bug-report.yaml index e1e0d1d51..fcc3435e7 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. 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 775691a0a..b8515bed4 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 class TalismanActivateEvent extends PlayerEvent implements Cancellable { public static @Nonnull HandlerList getHandlerList() { return handlers; } -} \ No newline at end of file +}