mirror of
https://github.com/FancyInnovations/FancyPlugins.git
synced 2025-12-06 07:43:36 +00:00
Use 1.21.9 everywhere
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.9-rc1-R0.1-SNAPSHOT")
|
paperweight.paperDevBundle("1.21.9-R0.1-SNAPSHOT")
|
||||||
compileOnly(project(":libraries:packets:packets-api"))
|
compileOnly(project(":libraries:packets:packets-api"))
|
||||||
|
|
||||||
testImplementation(project(":libraries:packets"))
|
testImplementation(project(":libraries:packets"))
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ paper {
|
|||||||
|
|
||||||
tasks {
|
tasks {
|
||||||
runServer {
|
runServer {
|
||||||
minecraftVersion("1.21.7")
|
minecraftVersion("1.21.9")
|
||||||
}
|
}
|
||||||
|
|
||||||
shadowJar {
|
shadowJar {
|
||||||
|
|||||||
@@ -94,7 +94,7 @@ paper {
|
|||||||
|
|
||||||
tasks {
|
tasks {
|
||||||
runServer {
|
runServer {
|
||||||
minecraftVersion("1.21.8")
|
minecraftVersion("1.21.9")
|
||||||
|
|
||||||
downloadPlugins {
|
downloadPlugins {
|
||||||
modrinth("fancynpcs", "2.6.0.283")
|
modrinth("fancynpcs", "2.6.0.283")
|
||||||
|
|||||||
@@ -114,7 +114,7 @@ paper {
|
|||||||
|
|
||||||
tasks {
|
tasks {
|
||||||
runServer {
|
runServer {
|
||||||
minecraftVersion("1.21.8")
|
minecraftVersion("1.21.9")
|
||||||
|
|
||||||
downloadPlugins {
|
downloadPlugins {
|
||||||
// modrinth("fancynpcs", "2.5.2")
|
// modrinth("fancynpcs", "2.5.2")
|
||||||
|
|||||||
@@ -113,7 +113,7 @@ paper {
|
|||||||
|
|
||||||
tasks {
|
tasks {
|
||||||
runServer {
|
runServer {
|
||||||
minecraftVersion("1.21.8")
|
minecraftVersion("1.21.9")
|
||||||
|
|
||||||
downloadPlugins {
|
downloadPlugins {
|
||||||
modrinth("fancynpcs", "2.7.0")
|
modrinth("fancynpcs", "2.7.0")
|
||||||
|
|||||||
@@ -119,7 +119,7 @@ paper {
|
|||||||
|
|
||||||
tasks {
|
tasks {
|
||||||
runServer {
|
runServer {
|
||||||
minecraftVersion("1.21.8")
|
minecraftVersion("1.21.9")
|
||||||
|
|
||||||
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.9-rc1-R0.1-SNAPSHOT")
|
paperweight.paperDevBundle("1.21.9-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"))
|
||||||
|
|||||||
@@ -81,7 +81,7 @@ paper {
|
|||||||
|
|
||||||
tasks {
|
tasks {
|
||||||
runServer {
|
runServer {
|
||||||
minecraftVersion("1.21.7")
|
minecraftVersion("1.21.9")
|
||||||
|
|
||||||
downloadPlugins {
|
downloadPlugins {
|
||||||
hangar("ViaVersion", "5.3.2")
|
hangar("ViaVersion", "5.3.2")
|
||||||
|
|||||||
Reference in New Issue
Block a user