Skip to content

Commit

Permalink
update github issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
fooeyround committed Dec 21, 2024
1 parent b0c8753 commit 57685b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ body:
- type: input
id: mod-version
attributes:
label: TemplateMod version
description: The TemplateMod version(s) where this bug occurs in.
label: Mod version
description: The version(s) where this bug occurs in.
placeholder: 1.2.3
validations:
required: true
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/configured/Settings.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public class Settings {
public static boolean disableEyeOfEnderCasting = false;


@Config
@Config(comment="This feature is currently unavailable on 1.21, a fix will be made soon.")
public static boolean disableEndGateways = false;


Expand Down

0 comments on commit 57685b3

Please sign in to comment.