9
0
mirror of https://github.com/HibiscusMC/HibiscusCommons.git synced 2025-12-19 15:09:26 +00:00

feat: add 1.21.4 support

This commit is contained in:
LoJoSho
2024-12-29 10:32:25 -06:00
parent 42e777444b
commit e8f5962e47
14 changed files with 310 additions and 9 deletions

View File

@@ -1,8 +1,12 @@
pluginManagement {
val userdevVersion: String by settings
repositories {
gradlePluginPortal()
maven("https://repo.papermc.io/repository/maven-public/")
}
plugins {
id("io.papermc.paperweight.userdev") version userdevVersion
}
}
rootProject.name = "HibiscusCommons"
@@ -14,4 +18,5 @@ include(
"v1_20_R4",
"v1_21_R1",
"v1_21_R2",
"v1_21_R3",
)