7 lines
174 B
Groovy
7 lines
174 B
Groovy
rootProject.name = 'mc-server'
|
|
|
|
include('core') // Core
|
|
include('proto125') // Protocol 1.2.5
|
|
include('proto125_netty') // Protocol 1.2.5 (Netty impl.)
|
|
include('flat_world')
|