mirror of
https://github.com/FancyInnovations/FancyPlugins.git
synced 2025-12-06 07:43:36 +00:00
More 1.21.8
This commit is contained in:
@@ -17,6 +17,8 @@ runPaper.folia.registerTask()
|
||||
val supportedVersions =
|
||||
listOf(
|
||||
"1.21.6",
|
||||
"1.21.7",
|
||||
"1.21.8",
|
||||
)
|
||||
|
||||
allprojects {
|
||||
@@ -40,7 +42,7 @@ allprojects {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compileOnly("io.papermc.paper:paper-api:1.21.7-R0.1-SNAPSHOT")
|
||||
compileOnly("io.papermc.paper:paper-api:1.21.8-R0.1-SNAPSHOT")
|
||||
|
||||
implementation(project(":plugins:fancydialogs:fd-api"))
|
||||
|
||||
@@ -91,10 +93,10 @@ paper {
|
||||
|
||||
tasks {
|
||||
runServer {
|
||||
minecraftVersion("1.21.7")
|
||||
minecraftVersion("1.21.8")
|
||||
|
||||
downloadPlugins {
|
||||
modrinth("fancynpcs", "2.6.0.280")
|
||||
modrinth("fancynpcs", "2.6.0.283")
|
||||
// hangar("ViaVersion", "5.3.2")
|
||||
// hangar("ViaBackwards", "5.3.2")
|
||||
// modrinth("multiverse-core", "4.3.11")
|
||||
|
||||
Reference in New Issue
Block a user