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')
}

View File

@@ -5,3 +5,4 @@ include('flat_world')
include('vanilla_commands') include('vanilla_commands')
include('proto_1.12.2') // Protocol 1.12.2 include('proto_1.12.2') // Protocol 1.12.2
include('proto_1.12.2_netty') // Protocol 1.12.2 (Netty impl.) include('proto_1.12.2_netty') // Protocol 1.12.2 (Netty impl.)
include('anvil-loader') // Vanilla world loader (aka Anvil)