Add support for 1.20.3 and 1.20.4 (#2512)
* 1.20.3 * 1.20.3 ItemTypes * 1.20.3 * 1.20.3 * 1.20.4 * Fixup refractions * Move adapters to _4
This commit is contained in:
committed by
GitHub
parent
ea6138ce1f
commit
605743321f
@ -2,7 +2,7 @@ rootProject.name = "FastAsyncWorldEdit"
|
||||
|
||||
include("worldedit-libs")
|
||||
|
||||
listOf("1_17_1", "1_18_2", "1_19_4", "1_20", "1_20_2").forEach {
|
||||
listOf("1_17_1", "1_18_2", "1_19_4", "1_20", "1_20_2", "1_20_4").forEach {
|
||||
include("worldedit-bukkit:adapters:adapter-$it")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user