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.
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()
.