Rename walk-to to pathing

This commit is contained in:
Major-
2018-08-28 19:32:26 +01:00
parent 1a4724dcce
commit abc4dc3a76
4 changed files with 84 additions and 67 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ dependencies {
implementation project(':cache')
implementation project(':net')
implementation project(':util')
implementation project(':game:plugin:entity:walk-to')
implementation project(':game:plugin:entity:pathing')
implementation project(':game:plugin:entity:actions')
testImplementation project(':game:plugin-testing')
}