GithubHelp home page GithubHelp logo

thecomputerguy96 / quilt-loader Goto Github PK

View Code? Open in Web Editor NEW

This project forked from quiltmc/quilt-loader

0.0 0.0 0.0 2.26 MB

The loader for Quilt mods.

License: Apache License 2.0

Java 100.00%

quilt-loader's Introduction

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.

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)

Source folder layout

  • src/main/java contains all "normal" loader source code.
    • org.quiltmc.loader.api is considered to be quilt-loader's public api - mods can freely make use of any of these classes and interfaces
    • org.quiltmc.loader.impl contains quilt-loader internals - these can change at any time, and so mods should NOT use any of these.
  • src/test/java contains test sources - these aren't built into the main jar file.
  • src/fabric/api/java contains all fabric-loader apis (Non deprecated apis that any fabric mods can use)
    • Some classes in this package aren't deprecated - this generally means quilt-loader doesn't have a replacement for it yet.
  • src/fabric/impl/java contains fabric-loader internal code, but is used by mods (even though this is discouraged).
  • src/fabric/legacy/java contains fabric-loader internal deprecated code, but is used by mods (even though this is discouraged). Unlike fabric/impl this is for classes and interfaces that fabric-loader itself has deprecated.

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

quilt-loader's People

Contributors

asiekierka avatar modmuss50 avatar sfplayer1 avatar alexiil avatar theglitch76 avatar i509vcb avatar shadowfacts avatar jamierocks avatar johni0702 avatar haven-king avatar liach avatar chocohead avatar jamieswhiteshirt avatar kb-1000 avatar juuxel avatar ramidzkh avatar tibinonest avatar haykam821 avatar arc-blroth avatar dreendex avatar earthcomputer avatar nikkyai avatar prospector avatar zeroeightysix avatar siuolplex avatar polaris257 avatar minegame159 avatar upcraftlp avatar thebrokenrail avatar jaskarth avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.