mirror of
https://github.com/FancyInnovations/FancyPlugins.git
synced 2025-12-06 07:43:36 +00:00
fancynpcs, fancyholograms-v2, fancydialogs: Add support for 1.21.7
This commit is contained in:
@@ -6,7 +6,7 @@ plugins {
|
|||||||
paperweight.reobfArtifactConfiguration = io.papermc.paperweight.userdev.ReobfArtifactConfiguration.MOJANG_PRODUCTION
|
paperweight.reobfArtifactConfiguration = io.papermc.paperweight.userdev.ReobfArtifactConfiguration.MOJANG_PRODUCTION
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
paperweight.paperDevBundle("1.21.6-R0.1-SNAPSHOT")
|
paperweight.paperDevBundle("1.21.7-R0.1-SNAPSHOT")
|
||||||
compileOnly(project(":libraries:packets:packets-api"))
|
compileOnly(project(":libraries:packets:packets-api"))
|
||||||
|
|
||||||
// compileOnly("com.fancyinnovations:fancymc:1.21.6-pre2")
|
// compileOnly("com.fancyinnovations:fancymc:1.21.6-pre2")
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ paper {
|
|||||||
|
|
||||||
tasks {
|
tasks {
|
||||||
runServer {
|
runServer {
|
||||||
minecraftVersion("1.21.6")
|
minecraftVersion("1.21.7")
|
||||||
}
|
}
|
||||||
|
|
||||||
shadowJar {
|
shadowJar {
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
0.0.10
|
0.0.11
|
||||||
@@ -90,7 +90,7 @@ paper {
|
|||||||
|
|
||||||
tasks {
|
tasks {
|
||||||
runServer {
|
runServer {
|
||||||
minecraftVersion("1.21.6")
|
minecraftVersion("1.21.7")
|
||||||
|
|
||||||
downloadPlugins {
|
downloadPlugins {
|
||||||
// modrinth("fancynpcs", "2.5.0")
|
// modrinth("fancynpcs", "2.5.0")
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
2.6.0
|
2.6.0.144
|
||||||
@@ -110,7 +110,7 @@ paper {
|
|||||||
|
|
||||||
tasks {
|
tasks {
|
||||||
runServer {
|
runServer {
|
||||||
minecraftVersion("1.21.6")
|
minecraftVersion("1.21.7")
|
||||||
|
|
||||||
downloadPlugins {
|
downloadPlugins {
|
||||||
modrinth("fancynpcs", "2.5.2")
|
modrinth("fancynpcs", "2.5.2")
|
||||||
|
|||||||
@@ -118,7 +118,7 @@ paper {
|
|||||||
|
|
||||||
tasks {
|
tasks {
|
||||||
runServer {
|
runServer {
|
||||||
minecraftVersion("1.21.6")
|
minecraftVersion("1.21.7")
|
||||||
|
|
||||||
downloadPlugins {
|
downloadPlugins {
|
||||||
modrinth("fancynpcs", "2.5.0")
|
modrinth("fancynpcs", "2.5.0")
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
2.6.0.277
|
2.6.0.278
|
||||||
@@ -48,7 +48,7 @@ allprojects {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compileOnly("io.papermc.paper:paper-api:1.21.5-R0.1-SNAPSHOT")
|
compileOnly("io.papermc.paper:paper-api:1.21.7-R0.1-SNAPSHOT")
|
||||||
|
|
||||||
implementation(project(":plugins:fancynpcs:fn-api"))
|
implementation(project(":plugins:fancynpcs:fn-api"))
|
||||||
implementation(project(":plugins:fancynpcs:implementation_1_21_6"))
|
implementation(project(":plugins:fancynpcs:implementation_1_21_6"))
|
||||||
@@ -111,7 +111,7 @@ paper {
|
|||||||
|
|
||||||
tasks {
|
tasks {
|
||||||
runServer {
|
runServer {
|
||||||
minecraftVersion("1.21.6")
|
minecraftVersion("1.21.7")
|
||||||
|
|
||||||
downloadPlugins {
|
downloadPlugins {
|
||||||
hangar("ViaVersion", "5.4.0")
|
hangar("ViaVersion", "5.4.0")
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ plugins {
|
|||||||
paperweight.reobfArtifactConfiguration = io.papermc.paperweight.userdev.ReobfArtifactConfiguration.MOJANG_PRODUCTION
|
paperweight.reobfArtifactConfiguration = io.papermc.paperweight.userdev.ReobfArtifactConfiguration.MOJANG_PRODUCTION
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
paperweight.paperDevBundle("1.21.6-R0.1-SNAPSHOT")
|
paperweight.paperDevBundle("1.21.7-R0.1-SNAPSHOT")
|
||||||
// compileOnly("com.fancyinnovations:fancymc:1.21.6-pre2")
|
// compileOnly("com.fancyinnovations:fancymc:1.21.6-pre2")
|
||||||
|
|
||||||
compileOnly(project(":plugins:fancynpcs:fn-api"))
|
compileOnly(project(":plugins:fancynpcs:fn-api"))
|
||||||
|
|||||||
@@ -80,7 +80,7 @@ paper {
|
|||||||
|
|
||||||
tasks {
|
tasks {
|
||||||
runServer {
|
runServer {
|
||||||
minecraftVersion("1.21.6")
|
minecraftVersion("1.21.7")
|
||||||
|
|
||||||
downloadPlugins {
|
downloadPlugins {
|
||||||
hangar("ViaVersion", "5.3.2")
|
hangar("ViaVersion", "5.3.2")
|
||||||
|
|||||||
Reference in New Issue
Block a user