9 lines
272 B
Groovy
9 lines
272 B
Groovy
rootProject.name = 'mc-server'
|
|
|
|
include('core') // Core
|
|
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)
|