Skip to content

Commit

Permalink
add conditional-mixin, MixinExtras, as optional global dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Fallen-Breath committed Nov 21, 2023
1 parent 1edcfa9 commit 1d9aa97
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ dependencies {

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

String MIXIN_CONFIG_PATH = 'template_mod.mixins.json'
Expand Down
5 changes: 5 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,8 @@
archives_base_name=template_mod

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

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

0 comments on commit 1d9aa97

Please sign in to comment.