refactor chunk to cache

This commit is contained in:
Leijurv
2018-09-11 10:28:03 -07:00
parent a0a480e2cc
commit 35ed0f6821
16 changed files with 25 additions and 25 deletions

View File

@@ -15,7 +15,7 @@
* along with Baritone. If not, see <https://www.gnu.org/licenses/>.
*/
package baritone.chunk;
package baritone.cache;
import org.junit.Test;