After almost a year of no updates, development has returned! I will start to release snapshots for 1.7 starting on the week of April 24th.
WayMoreOres is a utility mod that adds many new ores to Minecraft!
- Install IntelliJ IDEA or Eclipse (IDEA is recommended)
- Install the java development kit (JDK) version 17 (anything else wont work)
- Download the code or clone the repository from GitHub
- Open the terminal and navigate to the folder where the code is located
- If you are using linux, run the following command:
chmod +x ./gradlew
- Run the following command:
./gradlew genSources
- Once you have completed all the steps, you can open the project in your favorite IDE.
- If you are using IntelliJ, you can skip this step: Type
./gradlew <vscode|eclipse>
in the terminal.
- Open the terminal and navigate to the folder where the code is located
- Run the following command:
./gradlew runClient
- Wait for the minecraft client to start
- Open the terminal and navigate to the folder where the code is located
- Run the following command:
./gradlew build
- Your compiled jar will be in the build/libs directory