Bill Parrott

Results 32 comments of Bill Parrott

Ah, my bad. If I'm not directly including KFF in my build.gradle but inheriting it via another mod (YACL in my case), do I add the `exclude` block to the...

What's weird is that if I add the `exclude` block to my YACL dependency like so: ``` modImplementation("dev.isxander:yet-another-config-lib:${rootProject.yacl_version}-neoforge") { exclude(group: "net.neoforged.fancymodloader", module: "loader") } ``` I get _almost_ the same...