Skip to content

Contributing to Pyrite

Cassian Godsted edited this page Jan 3, 2025 · 3 revisions

Pyrite is available on GitHub under the open source MIT license. If you are interested in helping to make Pyrite better, through improved textures, translations, or bugfixes, you can submit a Pull Request through GitHub. For ease of merging, all forks should focus on the current primary version of Pyrite, 1.21.1.

Building Pyrite

Pyrite uses Architectury to make multi-loader development possible. IntelliJ IDEA is recommended to edit and contribute to the mod. After installing IDEA, click Get From VCS, and paste in the link to Pyrite's GitHub Repository, https://github.com/cassiancc/Pyrite image

Textures can be found under common/src/main/resources/assets/pyrite/textures, translations under common/src/main/resources/assets/pyrite/lang.

To test your changes, click the Run Minecraft Client (Fabric) button in the top right corner (green arrow) image

Translation Status

  • English (en_us): "Default" translation, complete to latest version.
  • Russian (ru_ru): Translated by Alexander317, complete up to 0.13.
Clone this wiki locally