Minecraft Survival Mod that adds a basic drinking and hydration system that has been completely over-engineered to be a project for school.
To install a mod, follow this guide.
First of all, you need to have two Java dependencies installed on your computer. As this mod was created using Forge 1.19.2 - 43.2.0 for the Minecraft Java Edition.
This mod was created using Visual Studio Code as the editor. We will only explain how to set it up there; if you would like to use any other editor like InteliJ or Eclipse, feel free to do so.
If you first open the project in VSCode, the editor should automatically ask you to install the recommended extensions because they have been added to the Workspace Recommendations file. If not, manually search for them in the extensions tab or install via the provided links below.
First, you need to configure the project. To do this, simply open VSCode if you have installed the recommended extensions, or run the following command in your terminal.
./gradlew
Navigate to the Gradle extension in VSCode and run the following task:
Tasks > ide > eclipse
You won't have to use Eclipse; it is only used to download all files needed for efficient development.