Created MemoryBehavior

Includes basic memory of inventories that have been interacted with.
This commit is contained in:
Brady
2018-08-08 03:35:29 -05:00
parent 6a13e2da64
commit ebde6f26e9
5 changed files with 233 additions and 7 deletions

View File

@@ -65,7 +65,7 @@ repositories {
}
dependencies {
implementation ('org.spongepowered:mixin:0.7.10-SNAPSHOT') {
implementation ('org.spongepowered:mixin:0.7.11-SNAPSHOT') {
// Mixin includes a lot of dependencies that are too up-to-date
exclude module: 'launchwrapper'
exclude module: 'guava'