removed org.json from build.gradle's
updated pack.mcmeta in common to allow for forge to not complain
This commit is contained in:
@@ -27,10 +27,6 @@ dependencies {
|
||||
|
||||
common(project(path: ":common", configuration: "namedElements")) { transitive false }
|
||||
shadowCommon(project(path: ":common", configuration: "transformProductionForge")) { transitive = false }
|
||||
|
||||
implementation 'org.json:json:20230227'
|
||||
include 'org.json:json:20230227'
|
||||
forgeRuntimeLibrary 'org.json:json:20230227'
|
||||
}
|
||||
|
||||
processResources {
|
||||
|
||||
Reference in New Issue
Block a user