Skip to content

Commit

Permalink
Add bytebuddy
Browse files Browse the repository at this point in the history
  • Loading branch information
senseiwells committed Jan 9, 2024
1 parent bd4af78 commit 2f4cc6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ dependencies {
include implementation("org.jetbrains.kotlin:kotlin-stdlib:1.7.10")
var arucas = arucas_version.length() > 10 ? arucas_version.substring(0, 10) : arucas_version
include implementation("com.github.senseiwells:Arucas:${arucas}")
include implementation("net.bytebuddy:byte-buddy:${bytebuddy_version}")

// Mixin Extras
//include implementation(annotationProcessor("com.github.llamalad7.mixinextras:mixinextras-fabric:${mixin_extras_version}"))
Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ carpet_version=1.4.128
fabric_version=0.91.1+1.20.4
modmenu_version=9.0.0-pre.1
arucas_version=239610d1ce529ab087125dab4c592f28cc963ca7
bytebuddy_version=1.14.11
minecraft_dependency=1.20.x

0 comments on commit 2f4cc6c

Please sign in to comment.