Archived
0
This repository has been archived on 2022-03-25. You can view files and clone it, but cannot push or open issues or pull requests.
Files
mc-core/settings.gradle
Daniil 9eaa9d7af0 Merge branch 'develop' into anarok/loop-3-merge
# Conflicts:
#	build.gradle
#	settings.gradle
2018-08-05 00:11:17 +07:00

9 lines
260 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('generated_world')
include('event-loop')