QuiltMC / quilt-loader

The loader for Quilt mods.
Apache License 2.0
472 stars 88 forks source link
mod quiltmc

quilt-loader

The loader for mods under Quilt. It provides mod loading facilities and useful abstractions for other mods to use.

License

Licensed under the Apache License 2.0.

The license.json included in loader to generate SPDX license instances is licensed under Creative Commons Attribution 3.0 (SPDX License ID CC-BY-3.0) from SPDX.

Contributing

When adding NEW classes (that you wrote yourself) they should use the quilt-only header file (/codeformat/HEADER) When adding classes that contain code from fabric-loader they should use the modified header file (/codeformat/FABRIC_MODIFIED_HEADER)

All files are expected to be encoded in UTF-8.

Source folder layout

When adding fabric internal compatibility classes they should always be annotated with @Deprecated, to discourage quilt mods from accidently using them.