quilt-loader icon indicating copy to clipboard operation
quilt-loader copied to clipboard

Mention How To Open Resources In Other Mods In Javadoc

Open sylv256 opened this issue 9 months ago • 0 comments

Description

It is currently unclear to the inexperienced Quilt modder how exactly you're able to open resources in other mods using ModContainer#getPath(String). It does not mention that you must use java.nio.file.Files, only that it is not guaranteed to work with Path#toFile. It would be helpful if this were mentioned along with an example on how to do so.

sylv256 avatar Sep 09 '23 05:09 sylv256