Skip to content

Commit

Permalink
add back dependencies template for conditional-mixin and mixinextras
Browse files Browse the repository at this point in the history
  • Loading branch information
Fallen-Breath committed Apr 24, 2024
1 parent e8d6c20 commit 309629a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
5 changes: 2 additions & 3 deletions common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,8 @@ dependencies {
// }

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

String MOD_ICON_PATH = 'assets/template_mod/icon.png'
Expand Down
5 changes: 5 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,8 @@
archives_base_name=template_mod

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

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

0 comments on commit 309629a

Please sign in to comment.