Add support for 1.20.2 (#2431)
* Update to 1.20.2 * Update paperweight --------- Co-authored-by: Pierre Maurice Schwang <mail@pschwang.eu>
This commit is contained in:
committed by
GitHub
parent
889e9b7185
commit
45b60f4929
@ -2,7 +2,7 @@ rootProject.name = "FastAsyncWorldEdit"
|
||||
|
||||
include("worldedit-libs")
|
||||
|
||||
listOf("legacy", "1_17_1", "1_18_2", "1_19_4", "1_20").forEach {
|
||||
listOf("legacy", "1_17_1", "1_18_2", "1_19_4", "1_20", "1_20_2").forEach {
|
||||
include("worldedit-bukkit:adapters:adapter-$it")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user