Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 696 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (10 loc) · 696 Bytes

Contributing to Faster Random

Nowadays, Faster Random is a pretty solid mod, but it still can be worked on! If you feel like it, you can always:

  • Suggest potential avenues to explore for the mod.
  • Create bug reports that let us know about any unintended behaviours.
  • Fix any problems you have with Faster Random, and PR the repo with the fix.

Making a PR to Faster Random

When making a pull request, please follow these criteria:

  • Justify any dependencies you want to add. (if any)
  • Ensure that your fork works with other world generation mods/performance mods.
  • Document the purpose your code, and have your mixins fit the naming scheme of fasterrandom$methodName().