Skip to content

Commit

Permalink
Remove syncmatica
Browse files Browse the repository at this point in the history
  • Loading branch information
senseiwells committed Aug 19, 2024
1 parent 1888797 commit 6a4f2ff
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ val voicechatVersion: String by project
val voicechatApiVersion: String by project
val vmpVersion: String by project
val permissionsVersion: String by project
val syncmaticaVersion: String by project

val releaseVersion = "${modVersion}+mc${mcVersion}"
version = releaseVersion
Expand All @@ -58,7 +57,6 @@ dependencies {
implementation("de.maxhenkel.voicechat:voicechat-api:${voicechatApiVersion}")

modCompileOnly("maven.modrinth:vmp-fabric:${vmpVersion}")
modCompileOnly("maven.modrinth:syncmatica:${syncmaticaVersion}")

// I've had some issues with ReplayStudio and slf4j (in dev env)
// Simplest workaround that I've found is just to unzip the
Expand Down
1 change: 0 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ carpetVersion=1.4.101
voicechatVersion=1.19.4-2.5.7
voicechatApiVersion=2.4.0
vmpVersion=0.2.0+beta.7.73+1.19.4
syncmaticaVersion=1.18.2-0.3.11

modVersion=1.1.2

Expand Down

0 comments on commit 6a4f2ff

Please sign in to comment.