Skip to content
This repository has been archived by the owner on Dec 8, 2024. It is now read-only.

Commit

Permalink
Exclude Mixin Extras from AEA Forge dep.
Browse files Browse the repository at this point in the history
  • Loading branch information
MerchantPug committed Dec 11, 2023
1 parent 011c5d9 commit c5916ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions neoforge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ dependencies {
//AdditionalEntityAttributes
implementation(fg.deobf("de.dafuqs:additionalentityattributes-forge:${aea_forge_version}+${minecraft_version}") {
exclude group: 'net.minecraftforge'
exclude group: 'com.github.llamalad.mixinextras'
})
//MixinExtras
implementation(annotationProcessor("io.github.llamalad7:mixinextras-common:${mixin_extras_version}"))
Expand Down

0 comments on commit c5916ba

Please sign in to comment.