mirror of
https://github.com/chylex/Hardcore-Ender-Expansion-2.git
synced 2024-10-14 08:42:50 +02:00
12 lines
310 B
Groovy
12 lines
310 B
Groovy
rootProject.name = "HEE"
|
|
|
|
include ":util"
|
|
include ":system"
|
|
include ":debug"
|
|
include ":datagen"
|
|
|
|
project(":util").projectDir = file("./modules/util")
|
|
project(":system").projectDir = file("./modules/system")
|
|
project(":debug").projectDir = file("./modules/debug")
|
|
project(":datagen").projectDir = file("./data")
|