10 lines
235 B
Groovy
10 lines
235 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('event-loop')
|
|
|