Allow Mixins in the Common environment.

This commit is contained in:
Tyler Hancock 2021-10-11 22:44:52 -06:00
parent 8550e017a1
commit 2ddb1a3228
No known key found for this signature in database
GPG Key ID: D10D32949D03E695

View File

@ -18,4 +18,8 @@ minecraft {
} }
} }
} }
}
dependencies {
implementation 'org.spongepowered:mixin:0.8.4'
} }