Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.45 KB

README.md

File metadata and controls

41 lines (30 loc) · 1.45 KB


Hyro

Source code for Rubikon, a fabric mod.

Installing

  1. Download the latest version of Fabric.
  2. Download the latest version of Rubikon.
  3. Place the Rubikon jar file in your mods folder.
  4. Run minecraft :D

Setup

  1. Clone this repository: git clone https://github.com/xHyroM/rubikon.git
  2. Open project in IntellIJ Idea
  3. For more information look into Fabric Wiki

Contributing

To contribute to this project, please follow the standard Git workflow and CONTRIBUTING.

  1. Fork this repository
  2. Create a new branch for your changes: git checkout -b my-feature
  3. Commit your changes: git commit -am "Add my feature"
  4. Push the branch: git push origin my-feature
  5. Open a pull request
  6. (optional) Switch back to the 1.19 (main) branch: git checkout 1.19

License

This project is licensed under the GPL-3 License.