removed org.json from build.gradle's

updated pack.mcmeta in common to allow for forge to not complain
This commit is contained in:
2023-06-13 22:08:22 +02:00
parent e49b02772f
commit 1f9cf04c73
5 changed files with 3 additions and 18 deletions

View File

@@ -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 {

View File

@@ -1,7 +0,0 @@
{
"pack": {
"description": "speedometer resources",
"pack_format": 13,
"forge:server_data_pack_format": 12
}
}