This commit is contained in:
echo 2024-07-21 01:13:31 +03:30
parent 9fa9b616fd
commit e0e75d0344

View file

@ -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}"