added org json simple
This commit is contained in:
parent
6936357366
commit
4c7ebd7618
@ -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 {
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user