KO
|
EN
gitlite — search
Search
#javascript
#ruby
#php
#python
#cplusplus
#java
#library
#dotfiles
#game
#minecraft
#html
#hacktoberfest
RavenWeave
★ 47
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
react-country-state-city
:
No description available.
mvnrepository-helper-UserScript
:
maven中央仓库油猴脚本
Fusion360PatternsAndTextures
:
Add noise, patterns and textures to your Fusion360 objects.
testable-apps-nodejs
:
Aplicação utilizada como base para demonstrar como podemos utilizar de patterns conhecidos na programação para facilitar a escrita de testes automatizados.
jams
:
We're jamming!
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
RavenWeave
?
Download (.md)
# RavenWeave A Raven fork based off of [Raven B++](https://github.com/K-ov/Raven-bPLUS) for [Weave](https://github.com/Weave-MC) 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](https://github.com/PianoPenguin471/RavenWeave/releases) mod. 2. Place the jar in your Weave mods folder. 1. Windows: `%userprofile%\.weave\mods` 2. Unix: `~/.weave/mods` 3. Download [Weave-Manager](https://github.com/exejar/Weave-Manager/releases). --- ## 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](https://projectlombok.org/setup/intellij), [Eclipse](https://projectlombok.org/setup/eclipse), [VS Code](https://projectlombok.org/setup/vscode), and [Others](https://projectlombok.org). 1. Clone the repository. 2. Run `gradlew build` in the root directory. 3. The built jar file will be in `build/libs`. ## License - RavenWeave is licensed under [GNU General Public License Version 3](https://github.com/PianoPenguin471/RavenWeave/blob/main/LICENSE). ---