An open API service indexing awesome lists of open source software.

https://github.com/xypercode/everything-water

Makes everything water and waterlogged in Minecraft,
https://github.com/xypercode/everything-water

Last synced: about 1 year ago
JSON representation

Makes everything water and waterlogged in Minecraft,

Awesome Lists containing this project

README

          

# Everything Water
*Makes everything water and waterlogged in Minecraft*

**Minecraft Version:** `1.19.2`
**Mod Loaders:** `Forge & Fabric`
**Requires:** `Architectury API`
**CurseForge:** `Coming Soon`
**Modrinth:** `Coming Soon`
**Made in:** `Java`
**Java Version:** `17`

## Build Project
**On Windows**
1. Open Command Prompt using either Win+R,
putting cmd.exe in the address bar in Explorer or
searching it in the Start Menu.
2. Go to the project directory.
3. Run `gradlew build mergeJars`
4. Get your mod file in `build/libs/merged`

**On Linux**
1. Open your preferred terminal or use a TTY console.
2. Go to the project directory.
3. Run `chmod +x gradlew`
4. Run `./gradlew build mergeJars`
5. Get your mod file in `build/libs/merged`

**On macOS**
1. Open Terminal from the Launchpad.
2. Go to the project directory.
3. Run `chmod gradlew +x`
4. Run `./gradlew build mergeJars`
5. Get your mod file in `build/libs/merged`