Skip to content
Blanc Faye edited this page Dec 8, 2020 · 6 revisions

Contributing to Chen's Classic Items

  1. Create and clone a fork.
  2. Open the .csproj file, or open the project's properties.
  3. Modify the Pre-build and Post-build events according to your environment, or remove them completely.
  4. Create a new branch, then code your features or changes from there.
  5. If you have additional custom assets, add them as separate bundles and register them by code appropriately.
  6. Document the public API. You are required to document code with public (or protected) modifiers.
  7. Commit your changes and push it to your branch.
  8. Create a pull request from your branch to this repository's master branch.

Mod API for other Mod Creators

This wiki will contain useful API for items to easily integrate some of the effects of the items included in this mod. If you have questions, contact Chen.

To start, click here to head on over to the API Documentation.

The documentation is powered by DefaultDocumentation.

For a quick overview of the API, go to the Quick References.

Features of the mod

This is an extension mod for ThinkInvis.ClassicItems. It adds items (and artifacts) from Risk of Rain 1 that did not make it to Risk of Rain 2.

For more information, go to the Features wiki page.