chaged build name

added include statements
removed unnessisary include
This commit is contained in:
2025-07-06 14:52:11 +02:00
parent 872fbe2ef9
commit 4e15d74d27
4 changed files with 5 additions and 2 deletions

View File

@@ -33,6 +33,7 @@ dependencies {
shadowCommon(project(path: ":common", configuration: "transformProductionNeoForge")) { transitive = false }
forgeRuntimeLibrary "org.json:json:${json_version}"
include("org.json:json:${json_version}")
}
processResources {