новый модуль: anvil-loader
This commit is contained in:
9
anvil-loader/build.gradle
Normal file
9
anvil-loader/build.gradle
Normal 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')
|
||||
}
|
||||
@@ -5,3 +5,4 @@ include('flat_world')
|
||||
include('vanilla_commands')
|
||||
include('proto_1.12.2') // Protocol 1.12.2
|
||||
include('proto_1.12.2_netty') // Protocol 1.12.2 (Netty impl.)
|
||||
include('anvil-loader') // Vanilla world loader (aka Anvil)
|
||||
|
||||
Reference in New Issue
Block a user