Bump to 1.19.2 and remove Sodium

This commit is contained in:
2022-09-18 22:49:14 +02:00
parent 5a352c1c43
commit 87fdb68256
6 changed files with 20 additions and 20 deletions

View File

@@ -24,7 +24,7 @@ minecraft {
dependencies {
compileOnly group:'org.spongepowered', name:'mixin', version:'0.8.5'
compileOnly("me.hypherionmc.craterlib:CraterLib-common-1.19.1:${craterlib_version}")
compileOnly("me.hypherionmc.craterlib:CraterLib-common-${minecraft_version}:${craterlib_version}")
compileOnly("com.lowdragmc.shimmer:Shimmer-common-1.19.1:${shimmer_version}")
}