Skip to content

Commit

Permalink
1.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Hummel009 committed Aug 9, 2024
1 parent 2702d3e commit 8a56742
Show file tree
Hide file tree
Showing 25 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
version: [ '1.13.2', '1.14.4', '1.15.2', '1.16.5', '1.17.1', '1.18.2', '1.19.4', '1.20.6', '1.21' ]
version: [ '1.13.2', '1.14.4', '1.15.2', '1.16.5', '1.17.1', '1.18.2', '1.19.4', '1.20.6', '1.21.1' ]
steps:
- uses: actions/checkout@main
- name: Set up JDK 21
Expand All @@ -89,7 +89,7 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
version: [ '1.14.4', '1.15.2', '1.16.5', '1.17.1', '1.18.2', '1.19.4', '1.20.6', '1.21' ]
version: [ '1.14.4', '1.15.2', '1.16.5', '1.17.1', '1.18.2', '1.19.4', '1.20.6', '1.21.1' ]
steps:
- uses: actions/checkout@main
- name: Set up JDK 21
Expand All @@ -108,7 +108,7 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
version: [ '1.20.6', '1.21' ]
version: [ '1.20.6', '1.21.1' ]
steps:
- uses: actions/checkout@main
- name: Set up JDK 21
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ group = "com.github.hummel"
version = LocalDate.now().format(DateTimeFormatter.ofPattern("yy.MM.dd"))

dependencies {
minecraft("com.mojang:minecraft:1.21")
minecraft("com.mojang:minecraft:1.21.1")
mappings(loom.officialMojangMappings())
modImplementation("net.fabricmc:fabric-loader:latest.release")
modImplementation("net.fabricmc.fabric-api:fabric-api:0.100.6+1.21")
modImplementation("net.fabricmc.fabric-api:fabric-api:0.102.0+1.21.1")
}

java {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ group = "com.github.hummel"
version = LocalDate.now().format(DateTimeFormatter.ofPattern("yy.MM.dd"))

dependencies {
minecraft("net.minecraftforge:forge:1.21-51.0.24")
minecraft("net.minecraftforge:forge:1.21.1-52.0.1")

implementation("net.sf.jopt-simple:jopt-simple:5.0.4") {
version {
Expand All @@ -25,7 +25,7 @@ java {
}

minecraft {
mappings("official", "1.21")
mappings("official", "1.21.1")
runs {
create("client") {
workingDirectory(project.file("runs/client"))
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ group = "com.github.hummel"
version = LocalDate.now().format(DateTimeFormatter.ofPattern("yy.MM.dd"))

dependencies {
implementation("net.neoforged:neoforge:21.0.83-beta")
implementation("net.neoforged:neoforge:21.1.2")
}

java {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 8a56742

Please sign in to comment.