Port to 1.19.4

This commit is contained in:
2023-03-19 14:35:24 +02:00
parent c0dbe967f3
commit 0e633eef04
37 changed files with 120 additions and 159 deletions

View File

@@ -33,12 +33,12 @@ dependencies {
implementation 'org.joml:joml:1.10.4'*/
// Shimmer
modImplementation ("com.lowdragmc.shimmer:Shimmer-fabric-1.19.1:${shimmer_version}") {
/*modImplementation ("com.lowdragmc.shimmer:Shimmer-fabric-1.19.1:${shimmer_version}") {
exclude(group: "net.fabricmc.fabric-api")
}
}*/
// The One Probe Fabric
modCompileOnly("mcjty.theoneprobe:theoneprobe-fabric:${top_fabric}")
//modCompileOnly("mcjty.theoneprobe:theoneprobe-fabric:${top_fabric}")
// WTHIT
// compile against the API
@@ -46,7 +46,7 @@ dependencies {
// run against the full jar
modRuntimeOnly "mcp.mobius.waila:wthit:fabric-${wthitVersion}"
modRuntimeOnly "lol.bai:badpackets:fabric-0.2.0"
modRuntimeOnly "lol.bai:badpackets:fabric-0.4.1"
}
loom {