mirror of
https://github.com/EngineHub/WorldEdit.git
synced 2024-12-21 04:49:51 +08:00
14 lines
332 B
Plaintext
14 lines
332 B
Plaintext
rootProject.name = "worldedit"
|
|
|
|
include("worldedit-libs")
|
|
|
|
// Forge has been removed until FG 5 is available.
|
|
listOf("bukkit", "core", "sponge", "fabric", "cli").forEach {
|
|
include("worldedit-libs:$it")
|
|
include("worldedit-$it")
|
|
}
|
|
include("worldedit-mod")
|
|
include("worldedit-libs:core:ap")
|
|
|
|
include("worldedit-core:doctools")
|