fancynpcs, fancyholograms-v2, fancydialogs: Add support for 1.21.7

This commit is contained in:
Oliver
2025-06-30 17:03:44 +02:00
parent 046b040379
commit a8e87679ac
11 changed files with 12 additions and 12 deletions

View File

@@ -6,7 +6,7 @@ plugins {
paperweight.reobfArtifactConfiguration = io.papermc.paperweight.userdev.ReobfArtifactConfiguration.MOJANG_PRODUCTION
dependencies {
paperweight.paperDevBundle("1.21.6-R0.1-SNAPSHOT")
paperweight.paperDevBundle("1.21.7-R0.1-SNAPSHOT")
compileOnly(project(":libraries:packets:packets-api"))
// compileOnly("com.fancyinnovations:fancymc:1.21.6-pre2")

View File

@@ -39,7 +39,7 @@ paper {
tasks {
runServer {
minecraftVersion("1.21.6")
minecraftVersion("1.21.7")
}
shadowJar {