diff --git a/build.gradle b/build.gradle index 4cf01cd..e6a9669 100644 --- a/build.gradle +++ b/build.gradle @@ -11,7 +11,8 @@ dependencies { mappings "net.fabricmc:yarn:${project.yarn_mappings}:v2" modCompile "net.fabricmc:fabric-loader:${project.loader_version}" modCompile "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}" - compile "org.json:json:20190722" + modCompile "org.json:json:20190722" + include "org.json:json:20190722" } jar {