11plugins {
22 id(" dev.architectury.loom-no-remap" ) version Versions .architecturyLoom
3- id(" architectury-plugin" ) version " 3.5-SNAPSHOT"
3+ // id("architectury-plugin") version "3.5-SNAPSHOT"
44}
55
66java.sourceCompatibility = JavaVersion .VERSION_25
@@ -19,14 +19,14 @@ dependencies {
1919 minecraft(" com.mojang:minecraft:26.1" )
2020 neoForge(" net.neoforged:neoforge:26.1.0.19-beta" )
2121
22- // modImplementation ("net.kyori:adventure-platform-neoforge:6.9.0")
23- //
24- // shadowImplementation("net.kyori:adventure-text-minimessage:4.26.1")
25- // shadowImplementation("net.kyori:adventure-api:4.26.1")
26- // shadowImplementation("net.kyori:adventure-text-serializer-gson:4.8.1")
27- // shadowImplementation("net.kyori:adventure-text-serializer-legacy:4.8.1")
28- // shadowImplementation("net.kyori:adventure-text-serializer-plain:4.8.1")
29- // shadowImplementation("net.kyori:adventure-key:4.8.1")
22+ implementation (" net.kyori:adventure-platform-neoforge:6.9.0" )
23+
24+ shadowImplementation(" net.kyori:adventure-text-minimessage:4.26.1" )
25+ shadowImplementation(" net.kyori:adventure-api:4.26.1" )
26+ shadowImplementation(" net.kyori:adventure-text-serializer-gson:4.8.1" )
27+ shadowImplementation(" net.kyori:adventure-text-serializer-legacy:4.8.1" )
28+ shadowImplementation(" net.kyori:adventure-text-serializer-plain:4.8.1" )
29+ shadowImplementation(" net.kyori:adventure-key:4.8.1" )
3030}
3131
3232tasks {
@@ -41,6 +41,7 @@ tasks {
4141 relocate(" com.google.gson" , " com.coloryr.allmusic.libs.com.google.gson" )
4242
4343// inputFile.set(shadowJar.get().archiveFile)
44+
4445 archiveFileName.set(" [neoforge-26.1]AllMusic_Server-${project.version} .jar" )
4546 destinationDirectory.set(file(" ${parent!! .projectDir} /target" ))
4647 }
0 commit comments