2019-07-11 02:07:00 +08:00
|
|
|
rootProject.name = "worldedit"
|
|
|
|
|
|
|
|
include("worldedit-libs")
|
|
|
|
|
2023-12-11 18:49:00 +08:00
|
|
|
listOf("legacy", "1.17.1", "1.18.2", "1.19.4", "1.20", "1.20.2", "1.20.4").forEach {
|
2022-06-10 08:21:11 +08:00
|
|
|
include("worldedit-bukkit:adapters:adapter-$it")
|
|
|
|
}
|
2021-10-02 12:11:29 +08:00
|
|
|
|
2021-06-14 02:32:38 +08:00
|
|
|
listOf("bukkit", "core", "sponge", "fabric", "forge", "cli").forEach {
|
2019-07-11 02:07:00 +08:00
|
|
|
include("worldedit-libs:$it")
|
|
|
|
include("worldedit-$it")
|
|
|
|
}
|
2021-01-25 18:14:09 +08:00
|
|
|
include("worldedit-mod")
|
2019-07-11 02:07:00 +08:00
|
|
|
include("worldedit-libs:core:ap")
|
|
|
|
|
|
|
|
include("worldedit-core:doctools")
|