Skip to content

PianoPenguin471/RavenWeave

Repository files navigation

RavenWeave

A Raven fork based off of Raven B++ for Weave universal mod loader.


Usage

  • You can open the GUI of RavenWeave by pressing RShift, you can change this key using /gui <key>.

Installation

  1. Download the RavenWeave mod.
  2. Place the jar in your Weave mods folder.
    1. Windows: %userprofile%\.weave\mods
    2. Unix: ~/.weave/mods
  3. Download Weave-Manager.

Build

NOTE: If you plan to work with the source code, make sure to properly setting up Lombok with your IDE. (to avoid random issues)

IntelliJ, Eclipse, VS Code, and Others.

  1. Clone the repository.
  2. Run gradlew build in the root directory.
  3. The built jar file will be in build/libs.

License