This is a program to find a quad desert pyramid in Minecraft version 1.17.
This program makes use of the seed-finding libarys developed by Kaptainwutax and Neil. To search within adjacent pyramid regions local to spawn and returns valid world seeds that match the conditions of the region positions, (0, 0), (0, 1), (1, 0), and (1, 1).
To run this project, you will need to have a copy of Java JDK 16 installed and Gradle installed. You will also need a programming environment I recommend IntelliJ IDEA for this but any environment that could run Java and Gradle would work such as VS Code or Eclipse.
Clone the project into the program environment:
https://github.com/TatertotGr8/Pyramid-Crack.git
It should be fairly straightforward forward run the project and watch it go. Or watch the showcase video found here. And for deeper understanding refer to the written documentation here.
Issues related to compiling the project are usually due to incompatibility between your Gradle and Java downloads. Check the Gradle documentation for Gradle releases Java incompatible. Although I used Java 16 and Gradle v6.7.1 anything should work as long as your Java is above version 11 because the libraries would be incompatible with earlier releases of Java.
To troubleshoot this on a windows system, go check the environment variables. Double check the variables you would need a variable titled "JAVA_HOME" is set to your Java JDK installed and the "PATH" variable is set to the bin folder in your Java JDK folder. You would also need a variable of your Gradle install "Gradle_Home" and the bin folder added to the "PATH" variable.
For support or questions about technical Minecraft, email [email protected] or contact Tatertot#7962 on discord.