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 "me.shedaniel.cloth:cloth-config-fabric:11.0.99"
|
||||
|
||||
implementation 'org.json:json:20230227'
|
||||
include 'org.json:json:20230227'
|
||||
}
|
||||
|
||||
architectury {
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
{
|
||||
"pack": {
|
||||
"pack_format": 15
|
||||
"pack_format": 15,
|
||||
"description": "speedometer resources",
|
||||
"forge:server_data_pack_format": 12
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user