added org json simple

This commit is contained in:
MeexReay 2023-05-30 00:49:37 +03:00
parent 6936357366
commit 4c7ebd7618
2 changed files with 3 additions and 3 deletions

View File

@ -36,8 +36,6 @@ dependencies {
// include this if you don't want force your users to install owo
// sentinel will warn them and give the option to download it automatically
include "io.wispforest:owo-sentinel:${project.owo_version}"
// https://mvnrepository.com/artifact/com.googlecode.json-simple/json-simple
implementation group: 'com.googlecode.json-simple', name: 'json-simple', version: '1.1.1'
}
base {

View File

@ -1,6 +1,8 @@
package themixray.repeating.mod;
import org.json.simple.JSONValue;
import org.json.simple.parser.*;
import org.json.simple.*;
import java.io.IOException;
import java.nio.file.Files;
import java.nio.file.Path;