Skip to content

Commit

Permalink
chore: Declare optional CF dep on ViaFabricPlus
Browse files Browse the repository at this point in the history
  • Loading branch information
zml2008 committed Sep 24, 2023
1 parent 771614f commit 16da6f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ plugins {
}

group = "org.enginehub.worldeditcui"
version = "${libs.versions.minecraft.get()}+01-SNAPSHOT"
version = "${libs.versions.minecraft.get()}+01"

repositories {
// mirrors:
Expand Down Expand Up @@ -242,7 +242,7 @@ tasks {
// Rendering plugins
addOptional("canvas-renderer", "sodium", "irisshaders")
// Config screens, version compatibility
addOptional("modmenu", "multiconnect", "worldedit")
addOptional("modmenu", "multiconnect", "viafabricplus", "worldedit")
addJavaVersion("Java $targetVersion")
addGameVersion(libs.versions.minecraft.get())
}
Expand Down

0 comments on commit 16da6f8

Please sign in to comment.