Skip to content

Minecraft Survival Mod that adds a basic drinking and hydration system that has been completely over-engineered to be a project for school.

License

Notifications You must be signed in to change notification settings

schufeli/yeet-mod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yeet Mod

Mod Showcase

Minecraft Survival Mod that adds a basic drinking and hydration system that has been completely over-engineered to be a project for school.

📦 Installation

To install a mod, follow this guide.

🛠️ Development

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.

Dependencies

  1. Java 8
  2. Java JDK 19

Setting up the IDE

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.

Recommended extensions

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.

  1. Extension Pack for Java
  2. Gradle for Java

Run Gradle for project configuration

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

Run Gradle task for IDE setup (autocompletion etc,)

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.

🏷️ Contributors

About

Minecraft Survival Mod that adds a basic drinking and hydration system that has been completely over-engineered to be a project for school.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages