Skip to content

Commit

Permalink
Update halplibe, add mixin extras.
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinSVK12 committed Feb 2, 2024
1 parent 971d2b8 commit dddd143
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ dependencies {
// If you do not need Halplibe you can comment this line out or delete this line
modImplementation "com.github.Turnip-Labs:bta-halplibe:${project.halplibe_version}"

include(implementation(annotationProcessor("com.github.llamalad7.mixinextras:mixinextras-fabric:0.2.0-beta.9")))

modImplementation "ModMenu:ModMenu:2.0.3"

implementation "org.slf4j:slf4j-api:1.8.0-beta4"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ bta_version=7.1-pre1a
loader_version=0.14.19-babric.3-bta

# HalpLibe
halplibe_version=3.1.0
halplibe_version=3.3.3

# Mod
mod_version=1.0.0
Expand Down

0 comments on commit dddd143

Please sign in to comment.