diff --git a/build.gradle b/build.gradle index 16fa9ae..858e75d 100644 --- a/build.gradle +++ b/build.gradle @@ -98,7 +98,7 @@ dependencies { // And its provides the option to then use net.minecraft as the group, and one of; client, server or joined as the module name, plus the game version as version. // For all intends and purposes: You can treat this dependency as if it is a normal library you would use. implementation "net.neoforged:neoforge:${neo_version}" - + implementation 'com.dylibso.chicory:runtime:0.0.12' // Example optional mod dependency with JEI // The JEI API is declared for compile time use, while the full JEI artifact is used at runtime // compileOnly "mezz.jei:jei-${mc_version}-common-api:${jei_version}"