1.21.3 (#2974)
* feat: initial work on 1.21.3 adapter * chore: method does not exist anymore * cleanup, deduplicate, drop old versions from runServer task * chore: apply deduplicated fields changes from PR * chore: remove jetbrains annotations references * chore: remove unsupported versions from modrinth release task * chore: adjust mondrinth versions, update issue template
This commit is contained in:
committed by
GitHub
parent
eb0f07af81
commit
ef8426473a
@ -2,7 +2,7 @@ rootProject.name = "FastAsyncWorldEdit"
|
||||
|
||||
include("worldedit-libs")
|
||||
|
||||
listOf("1_20_2", "1_20_4", "1_20_5", "1_21").forEach {
|
||||
listOf("1_20_2", "1_20_4", "1_20_5", "1_21", "1_21_3").forEach {
|
||||
include("worldedit-bukkit:adapters:adapter-$it")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user