Skip to content
This repository was archived by the owner on Sep 12, 2025. It is now read-only.

Commit b09f0c5

Browse files
committed
initial 1.21.1 branching
1 parent c1e86e5 commit b09f0c5

File tree

5 files changed

+44
-49
lines changed

5 files changed

+44
-49
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ body:
2121
label: Minecraft version
2222
description: What version of Minecraft are you running?
2323
options:
24+
- 1.21.1
2425
- 1.20.1
2526
- Other (specify below)
2627
validations:

.github/advanced-issue-labeler.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ policy:
33
section:
44
- id: [minecraftVersion]
55
label:
6+
- name: 1.21.1
7+
keys: [1.21.1]
68
- name: 1.20.1
79
keys: [1.20.1]
810

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup Java
1818
uses: actions/setup-java@v4
1919
with:
20-
java-version: '17'
20+
java-version: '21'
2121
distribution: temurin
2222

2323
- name: Setup Gradle
@@ -38,7 +38,7 @@ jobs:
3838
- name: Setup Java
3939
uses: actions/setup-java@v4
4040
with:
41-
java-version: '17'
41+
java-version: '21'
4242
distribution: temurin
4343

4444
- name: Generate dependency graph

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Java
1919
uses: actions/setup-java@v4
2020
with:
21-
java-version: '17'
21+
java-version: '21'
2222
distribution: temurin
2323

2424
- name: Setup Gradle

.idea/workspace.xml

Lines changed: 38 additions & 46 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)