Skip to content

Commit e0aa6a3

Browse files
Update MDK with new output from mod generator
1 parent 514e490 commit e0aa6a3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
fetch-depth: 0
1313
fetch-tags: true
1414

15-
- name: Setup JDK 21
15+
- name: Setup JDK 17
1616
uses: actions/setup-java@v4
1717
with:
18-
java-version: '21'
18+
java-version: '17'
1919
distribution: 'temurin'
2020

2121
- name: Setup Gradle

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ base {
2525
archivesName = mod_id
2626
}
2727

28-
// Mojang ships Java 17 to end users from 1.18 to 1.20.4, so your mod should target Java 17.
28+
// Mojang ships Java 17 to end users in 1.20.4, so mods should target Java 17.
2929
java.toolchain.languageVersion = JavaLanguageVersion.of(17)
3030

3131
neoForge {

0 commit comments

Comments
 (0)