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:
Alexander Brandes
2023-12-08 07:30:08 +01:00
committed by GitHub
parent ea6138ce1f
commit 605743321f
28 changed files with 8673 additions and 9 deletions

View File

@ -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")
}