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