Archived
0

новый модуль: anvil-loader

This commit is contained in:
2018-08-17 21:24:23 +03:00
parent dd54314ff5
commit 6dd0e45ce1
2 changed files with 10 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
group 'mc'
version '1.0-SNAPSHOT'
dependencies {
/* Core */
compile_excludeCopy project(':core')
/* Named Binary Tags */
compile (group: 'com.flowpowered', name: 'flow-nbt', version: '1.0.0')
}