Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
rfresh2 committed Oct 15, 2024
1 parent 43a3886 commit 99ae389
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ gradle.extra.apply {
set("minecraft_version", "1.21")
set("parchment_version", "2024.07.28")
set("fabric_loader_version", "0.15.11")
set("fabric_api_version", "0.100.8+1.21")
set("fabric_api_version", "0.105.0+1.21.1")
set("forge_loader_version", "51.0.29")
set("neoforge_version", "21.0.146")
set("worldmap_version_fabric", "1.39.0")
Expand Down Expand Up @@ -45,22 +45,22 @@ dependencyResolutionManagement {
library("mixinextras-forge", "io.github.llamalad7:mixinextras-forge:0.4.0")
library("caffeine", "com.github.ben-manes.caffeine:caffeine:3.1.8")
library("lambdaEvents", "net.lenni0451:LambdaEvents:2.4.2")
library("waystones-fabric", "maven.modrinth:waystones:21.0.8+fabric-1.21")
library("waystones-forge", "maven.modrinth:waystones:21.0.8+forge-1.21")
library("waystones-neoforge", "maven.modrinth:waystones:21.0.8+neoforge-1.21")
library("balm-fabric", "maven.modrinth:balm:21.0.12+fabric-1.21")
library("balm-forge", "maven.modrinth:balm:21.0.12+forge-1.21")
library("balm-neoforge", "maven.modrinth:balm:21.0.12+neoforge-1.21")
library("fabric-waystones", "maven.modrinth:fwaystones:3.3.3+mc1.21")
library("waystones-fabric", "maven.modrinth:waystones:21.1.4+fabric-1.21.1")
library("waystones-forge", "maven.modrinth:waystones:21.1.4+forge-1.21.1")
library("waystones-neoforge", "maven.modrinth:waystones:21.1.4+neoforge-1.21.1")
library("balm-fabric", "maven.modrinth:balm:21.0.20+fabric-1.21.1")
library("balm-forge", "maven.modrinth:balm:21.0.20+forge-1.21.1")
library("balm-neoforge", "maven.modrinth:balm:21.0.20+neoforge-1.21.1")
library("fabric-waystones", "maven.modrinth:fwaystones:3.3.4+mc1.21")
library("worldtools", "maven.modrinth:worldtools:1.2.4+1.20.4")
library("sqlite", "org.rfresh.xerial:sqlite-jdbc:3.46.1.0") // relocated xerial sqlite to avoid conflicts with other mods
library("immediatelyfast", "maven.modrinth:immediatelyfast:1.2.18+1.21-fabric")
library("immediatelyfast-neo", "maven.modrinth:immediatelyfast:1.2.18+1.21-neoforge")
library("modmenu", "maven.modrinth:modmenu:11.0.1")
library("immediatelyfast", "maven.modrinth:immediatelyfast:1.2.21+1.21-fabric")
library("immediatelyfast-neo", "maven.modrinth:immediatelyfast:1.2.21+1.21-neoforge")
library("modmenu", "maven.modrinth:modmenu:11.0.3")
library("sodium", "maven.modrinth:sodium:mc1.21-0.5.11")
// library("fpsdisplay", "maven.modrinth:fpsdisplay:3.1.0+1.20.x")
library("cloth-config-fabric", "me.shedaniel.cloth:cloth-config-fabric:15.0.127")
library("embeddium", "maven.modrinth:embeddium:1.0.5+mc1.21")
library("embeddium", "maven.modrinth:embeddium:1.0.11+mc1.21.1")
library("oldbiomes", "com.github.rfresh2:OldBiomes:1.0")
}
}
Expand Down

0 comments on commit 99ae389

Please sign in to comment.