Skip to content

Commit 256f470

Browse files
committed
Add NeoForge Adventure platform
1 parent 0f0a900 commit 256f470

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

neoforge/build.gradle

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,19 +119,23 @@ dependencies {
119119

120120
// implementation "net.neoforged:neoforge:${neo_version}"
121121

122-
jarJar(implementation("net.kyori:adventure-api:4.17.0")) {
122+
implementation(jarJar("net.kyori:adventure-api:4.17.0")) {
123123
exclude(module: "adventure-bom")
124124
exclude(module: "annotations")
125125
}
126-
jarJar(implementation("net.kyori:adventure-text-serializer-gson:4.17.0")) {
126+
implementation(jarJar("net.kyori:adventure-text-serializer-gson:4.17.0")) {
127127
exclude(module: "adventure-bom")
128128
exclude(module: "adventure-api")
129129
exclude(module: "annotations")
130130
exclude(module: "auto-service-annotations")
131131
exclude(module: "gson")
132132
}
133133

134-
jarJar(implementation(project(path: ":common", configuration: "shadow")))
134+
implementation(jarJar("net.kyori:adventure-platform-neoforge:6.0.0"))
135+
136+
implementation(jarJar(project(path: ":common", configuration: "shadow")))
137+
138+
135139

136140
// additionalRuntimeClasspath("com.cssbham:common:.*")
137141
additionalRuntimeClasspath("net.kyori:adventure-api:4.17.0")

0 commit comments

Comments
 (0)