Getting Started
What do I work on?
As an aspiring SUSY developer, there are a few channels of information you can look at to see what to work on:
- On the official Discord server, the #workorders channel has plenty of small tasks for you to choose from of varying difficulty.
- #bug-discussions and #bug-reports can also be useful for getting ideas, or just lurk in #susy-general.
- If you don't want to join the Discord (fair), you can also look at the GitHub issues page for Supersymmetry (or Susy-Core). These issues may be rather difficult to fix, however.
Some easy starting tasks I would recommend are editing a quest, changing a recipe, or adding a new multiblock. Once you've selected a task, you'll need to clone a repository. You can learn more about the various repositories that we work on in Supersymmetry Projects, but the basics are:
- If you want to tweak the configurations of mods or change/add basic items and recipes, you'll want to use our main repository, SymmetricDevs/Supersymmetry. We'll comment more on how to set up this repository in the main modpack section.
- If you instead want to work with creating new multiblocks or other more complex features, you'll want to work on the core mod, which is found at SymmetricDevs/Susy-Core. More information on this is contained in the Susy-Core section.