Skip to content

Commit

Permalink
new dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Hummel009 committed Oct 9, 2024
1 parent f93ee03 commit 8df223c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion appFabric/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies {
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.102.1+1.21.1")
modImplementation("net.fabricmc.fabric-api:fabric-api:0.105.0+1.21.1")
}

java {
Expand Down
2 changes: 1 addition & 1 deletion appForge/build.gradle.kts
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.1-52.0.8")
minecraft("net.minecraftforge:forge:1.21.1-52.0.18")

implementation("net.sf.jopt-simple:jopt-simple:5.0.4") {
version {
Expand Down
2 changes: 1 addition & 1 deletion appForgeArchive/1.19.4/build.gradle.kts
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.19.4-45.3.3")
minecraft("net.minecraftforge:forge:1.19.4-45.3.7")
}

java {
Expand Down
2 changes: 1 addition & 1 deletion appForgeArchive/1.20.6/build.gradle.kts
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.20.6-50.1.14")
minecraft("net.minecraftforge:forge:1.20.6-50.1.20")

implementation("net.sf.jopt-simple:jopt-simple:5.0.4") {
version {
Expand Down
2 changes: 1 addition & 1 deletion appNeoForge/build.gradle.kts
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.1.23")
implementation("net.neoforged:neoforge:21.1.66")
}

java {
Expand Down
2 changes: 1 addition & 1 deletion appNeoForgeArchive/1.20.6/build.gradle.kts
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:20.6.119")
implementation("net.neoforged:neoforge:20.6.121")
}

java {
Expand Down

0 comments on commit 8df223c

Please sign in to comment.