Fabric API

Fabric API

106M Downloads

Support for modCompileOnly

sargunv opened this issue ยท 1 comments

commented

I'd like some way to include a mod in my build time classpath, at run time, but not in my pom. In the normal java world, I think I'd use compileOnly and runtimeOnly together for that. With loom, I don't see any way to do it. I'd love to see support for modCompileOnly to enable this.

Use case: modCompileOnly for modmenu in autoconfig so I can use its API, see it at runtime, but not have it pulled in when other mods modImplementation autoconfig.

commented

oops, wrong repo