Initial Behavior system commit.

Still needs some work, just getting this in the repo!
This commit is contained in:
Brady
2018-08-01 20:10:19 -07:00
parent a36b223aab
commit 42fd04e329
5 changed files with 120 additions and 2 deletions

View File

@@ -48,6 +48,7 @@ repositories {
}
dependencies {
implementation 'org.reflections:reflections:0.9.11'
implementation ('org.spongepowered:mixin:0.7.8-SNAPSHOT') {
// Mixin includes a lot of dependencies that are too up-to-date
exclude module: 'launchwrapper'