File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff 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" )
You can’t perform that action at this time.
0 commit comments