Skip to content

Latest commit

 

History

History
81 lines (56 loc) · 2.93 KB

File metadata and controls

81 lines (56 loc) · 2.93 KB

Raven A+

issues

Raven B4, but for those who can't afford it.

Raven B4, but not only for Hypixel.

support qloha: LTC address (bech32): ltc1qh8w8z7g0k04f0446pn4kv0mqpepvdfc46c586q

https://dsc.gg/ravenaplus

How do I install this client?

Steps:

  1. Download the latest .jar file from the releases:

  2. Put in mods folder of your .minecraft directory:

    • If you don't already have this, please install Forge 1.8.9 by clicking installer, and clicking skip after 5 seconds (https://files.minecraftforge.net/net/minecraftforge/forge/index_1.8.9.html).
    • Once you've done that, open file explorer, and in the search bar type %Appdata%. Once you're there navigate to .minecraft, then finally the folder called "mods".
    • After you're there, all you have to do is drag the file that you just downloaded there.
  3. Launch Minecraft:

    • Once your on this step, you are pretty much done. When it's done loading, if you have done it properly, it should have a background with a train and the string "Raven A+" in big white letters.
    • For more help, join the discord server and ask in #public-support.

How do I build this client?

Steps:

  1. Download and Install Java SDK version 8:

    • Download from Java SDK version 8.
    • Install it and set the JAVA_HOME environment variable to the installation directory.
  2. Verify Java Installation:

    • Open a terminal or command prompt.
    • Run java -version.
    • Ensure the output contains openjdk version "1.8.0_{...}".
  3. Install Gradle 4.7:

  4. Clone the Repository:

    • Run the following commands in the terminal or command prompt:
      git clone --recursive https://github.com/Raven-APlus/RavenAplus.git
      cd RavenAplus
  5. Set Up the Project:

    • Run the following commands to set up the Gradle wrapper and the development environment:
      gradlew.bat
      gradle wrapper
      gradlew build
  6. Build Success:

    • If all steps complete without errors, the project is successfully built.

Contribute

Feel free to raise an issue or submit a pull request.

If you want to co-develop this project with me, please contact me.

Java