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,
- Host: GitHub
- URL: https://github.com/xypercode/everything-water
- Owner: XyperCode
- License: other
- Created: 2022-11-05T03:37:34.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-26T10:05:40.000Z (over 2 years ago)
- Last Synced: 2025-01-11T04:50:55.123Z (about 1 year ago)
- Language: Java
- Size: 572 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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`