Installing YACL
Learn how to import YACL into your development environment.
Last updated
dependencies {
modImplementation "dev.isxander:yet-another-config-lib:${project.yacl_version}"
}dependencies {
compileOnly fg.deobf("dev.isxander:yet-another-config-lib:${project.yacl_version}")
}"depends": {
"yet_another_config_lib_v3": ">=YACL_VERSION_HERE"
}[[dependencies.your_mod_id]]
modId = "yet_another_config_lib_v3"
mandatory = true
versionRange = "[YACL_VERSION_HERE,)"
ordering = "NONE"
side = "CLIENT"[[dependencies.your_mod_id]]
modId = "yet_another_config_lib_v3"
mandatory = true
versionRange = "[YACL_VERSION_HERE,)"
ordering = "NONE"
side = "CLIENT"