Skip to content

Commit

Permalink
conditional mixin 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Fallen-Breath committed Mar 27, 2024
1 parent cebab06 commit e6c1f5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies {

// dependencies
// include(modImplementation(fabricApi.module("fabric-resource-loader-v0", project.fabric_api_version)))
// include(modImplementation("me.fallenbreath:conditional-mixin:${project.conditionalmixin_version}"))
// include(modImplementation("me.fallenbreath:conditional-mixin-fabric:${project.conditionalmixin_version}"))
// include(annotationProcessor(implementation("io.github.llamalad7:mixinextras-fabric:${project.mixinextras_version}")))
}

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

# Global Dependencies
# https://github.com/Fallen-Breath/conditional-mixin
# conditionalmixin_version=0.5.1
# conditionalmixin_version=0.6.0

# https://github.com/LlamaLad7/MixinExtras
# mixinextras_version=0.3.5

0 comments on commit e6c1f5d

Please sign in to comment.