Skip to content

Flashback083/PixelmonCookbook

Repository files navigation

PixelmonCookbook

Documented example mod/plugin/library for Pixelmon Reforged.
Includes information, useful methods, and implementation examples on pokemon, events, battles, economy, storage, and much more.

Project Setup

For information regarding how to setup your project in IntelliJ with Forge and Pixelmon, check out ProjectSetup.md

Useful Links

Contributing

Details on Sponge's contributing guide

  1. Fork and clone the repository at https://github.com/NateCraft/PixelmonCookbook
  2. Create a branch with a descriptive but succinct name
  3. Make your changes to the code
  4. If you create an entirely new class, type out /** @author <yourname> on <date> */ at the class header
  5. If you are editing a file significantly you can add yourself as a secondary author like @author <yourname> on <date> - Edited
  6. Add and commit your changes to your branch
  7. Push to your changes to github
  8. Submit a pull request via github
  9. Your pull request will be approved shortly

About

Small, documented example plugins for Pixelmon Reforged

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages