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 {
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"pack": {
|
||||
"description": "speedometer resources",
|
||||
"pack_format": 13,
|
||||
"forge:server_data_pack_format": 12
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user