Skip to content

Commit

Permalink
Comment common deps
Browse files Browse the repository at this point in the history
  • Loading branch information
NotRyken committed Nov 25, 2024
1 parent cf6e216 commit e6f3293
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ plugins {
dependencies {
compileOnly("org.spongepowered:mixin:${mixin_version}")
compileOnly(annotationProcessor("io.github.llamalad7:mixinextras-common:${mixinextras_version}"))

// Mod dependencies use NeoForge version to avoid remapping complications
// Cloth Config API
api("me.shedaniel.cloth:cloth-config-neoforge:${clothconfig_version}")

// YACL
api("dev.isxander:yet-another-config-lib:${yacl_version}-neoforge")
}

Expand Down

0 comments on commit e6f3293

Please sign in to comment.