removed org.json from build.gradle's
updated pack.mcmeta in common to allow for forge to not complain
This commit is contained in:
@@ -6,9 +6,6 @@ dependencies {
|
|||||||
modApi "dev.architectury:architectury:${rootProject.architectury_version}"
|
modApi "dev.architectury:architectury:${rootProject.architectury_version}"
|
||||||
|
|
||||||
modApi "me.shedaniel.cloth:cloth-config-fabric:11.0.99"
|
modApi "me.shedaniel.cloth:cloth-config-fabric:11.0.99"
|
||||||
|
|
||||||
implementation 'org.json:json:20230227'
|
|
||||||
include 'org.json:json:20230227'
|
|
||||||
}
|
}
|
||||||
|
|
||||||
architectury {
|
architectury {
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
{
|
{
|
||||||
"pack": {
|
"pack": {
|
||||||
"pack_format": 15
|
"pack_format": 15,
|
||||||
|
"description": "speedometer resources",
|
||||||
|
"forge:server_data_pack_format": 12
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -31,9 +31,6 @@ dependencies {
|
|||||||
|
|
||||||
common(project(path: ":common", configuration: "namedElements")) { transitive false }
|
common(project(path: ":common", configuration: "namedElements")) { transitive false }
|
||||||
shadowCommon(project(path: ":common", configuration: "transformProductionFabric")) { transitive false }
|
shadowCommon(project(path: ":common", configuration: "transformProductionFabric")) { transitive false }
|
||||||
|
|
||||||
implementation 'org.json:json:20230227'
|
|
||||||
include 'org.json:json:20230227'
|
|
||||||
}
|
}
|
||||||
|
|
||||||
processResources {
|
processResources {
|
||||||
|
|||||||
@@ -27,10 +27,6 @@ dependencies {
|
|||||||
|
|
||||||
common(project(path: ":common", configuration: "namedElements")) { transitive false }
|
common(project(path: ":common", configuration: "namedElements")) { transitive false }
|
||||||
shadowCommon(project(path: ":common", configuration: "transformProductionForge")) { 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 {
|
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