Finds Minecraft coordinates from bedrock patterns using world seeds. This is a Java-based tool that allows you to define custom bedrock patterns and search for them in a given Minecraft world seed.
- Search for bedrock patterns in a given world seed.
- Define custom patterns for different Y-levels.
- Search for connected patterns across multiple Y-levels.
- Multi-threaded search for faster results.
- Java Development Kit (JDK) 17 or later.
Download the latest Bedrock-Finder-X.X.zip file from the releases page.
- Unzip the downloaded file in a location of your choice.
- Edit the
config.jsonfile to configure your search parameters. For detailed information on all configuration options, please refer to the Configuration Documentation.
Open a command prompt in the folder where you unzipped the release and run the following command (replace X.X with the version number):
java -jar Bedrock-Finder-vX.X.jarAlternatively, you can create a .bat file with the following content for easier execution:
java -jar Bedrock-Finder-vX.X.jar
pauseOpen a terminal in the folder where you unzipped the release and run the following command (replace X.X with the version number):
java -jar Bedrock-Finder-vX.X.jar- Clone the repository:
git clone https://github.com/TimonGaebele/Bedrock-Finder.git - Run the
distributiontask:./gradlew clean distribution - The distribution zip file will be created in the
app/build/distributionsdirectory.
Contributions are welcome! If you have any ideas, suggestions, or bug reports, please open an issue or submit a pull request.
This project is licensed under the GNU General Public License v3.0.