Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Zodsmar/SeedSearcherStandaloneTool
Minecraft, searching numeric seeds for specific features/biomes
https://github.com/Zodsmar/SeedSearcherStandaloneTool
minecraft searcher seed seeds tool
Last synced: about 1 month ago
JSON representation
Minecraft, searching numeric seeds for specific features/biomes
- Host: GitHub
- URL: https://github.com/Zodsmar/SeedSearcherStandaloneTool
- Owner: Zodsmar
- License: gpl-3.0
- Created: 2018-07-30T14:11:08.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-02-26T09:30:29.000Z (10 months ago)
- Last Synced: 2024-08-01T21:51:35.268Z (5 months ago)
- Topics: minecraft, searcher, seed, seeds, tool
- Language: Java
- Homepage:
- Size: 4.59 MB
- Stars: 305
- Watchers: 27
- Forks: 66
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- starred - Zodsmar/SeedSearcherStandaloneTool - Minecraft, searching numeric seeds for specific features/biomes (Java)
README
# SASSA
> Stands for: StandAlone Seed Searcher Application
This tool is built to be standalone but has some dependencies which are automatically managed by Gradle. The tool is open source so anyone is able to help, learn, adapt etc.
Getting started with the tool is very easy and there is a simple set of instructions on the info tab (your starting tab). You can
also hover over UI elements to get more information.## Features
> - *Bedrock Mode*
> - **Nether and End Dimension Searching (Structures and Biomes)**
> - Search based on minecraft version (1.16.X - 1.7.10)
> - Search in specific radius from spawn
> - Search based on how many structures minimum must exist
> - World Type (Default, Amplified, Large Biomes)
> - Biomes, Biome Sets (OR function), and Structures
> - Randomized Seeds (Or search from a seed range)
> - *Search for a specific spawnpoint location*
> - **Search a predefined list of seeds**![SeedTool Image 1](https://imgur.com/WyPWotg.png)
![SeedTool Image 2](https://imgur.com/zKAjEgN.png)
![SeedTool Image 3](https://imgur.com/ESwTnVB.png)
![SeedTool Image 4](https://imgur.com/S1C6W5C.png)
![SeedTool Image 5](https://imgur.com/o9tsdYy.png)
#### LINUX USERS
Please check the wiki if you are having trouble running the app.
https://github.com/Zodsmar/SeedSearcherStandaloneTool/wiki/Building-for-Arch-Linux-(v0.6-Java-14).
If this does not work please open a ticket with the specific issues you have.### Developers
##### Please do PR's to the Development branch NOT Master
- Built using Intellij and Java 11
- Runs on Java 8 (1.8)
- Using Gradle to build the project. I created a custom task called buildAll which
builds everything from .JAR, .EXE, .ZIP, and .TAR
- If you have a feature to add create a pull request! Help is always nice.#### Gradle Build Instructions (any OS)
The [`Gradle` wrapper](https://docs.gradle.org/current/userguide/gradle_wrapper.html) was built using `Gradle 6.7`.
The [latest version of Gradle is recommended](https://gradle.org/install/), as older versions may throw errors, such as:```
FAILURE: Build failed with an exception.* What went wrong:
'org.gradle.api.Task org.gradle.api.tasks.TaskContainer.create(java.lang.String, java.lang.Class, java.lang.Object[])'* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.* Get more help at https://help.gradle.org
```Note, package managers such as `apt` might not have the latest Gradle version available.
You can choose to use either your system's Gradle installation or the local Gradle wrapper for the build (replace the `gradle` commands below with `./gradlew` or `gradlew.bat`).
The Gradle wrapper is provided to allow developers to get up and running quickly without having to have a system installation of Gradle.From the project root, run:
```bash
# build the project
gradle build# run Sassa
gradle run
```### Content Creators
If you are a content creator and would like to make a video and showcase the tool please feel free.
Just some information regarding about myself and the plans of the tool.- Its pronounced Zods - mar (Zodz - mar)
- I am a guy so saying *he* is totally fine.As for future plans please check out the projects page where I am trying to keep up to date with what
I am working on also future plans and ideas. (Nothing is set in stone but there are the plans).Also if you are going to make a video or content in anyway, I am always looking for developers who
are interested in helping or people who might know different methods of doing the searching and can help
improve things like stability, reliability, etc. So any form of shoutout, kinda of like a reminder to anyone
who is technically inclined would be a great help!## Credit
#### Dependencies
https://code.google.com/archive/p/json-simple/
https://github.com/KaptainWutax/FeatureUtils
https://github.com/KaptainWutax/SeedUtils
https://github.com/KaptainWutax/BiomeUtils#### User Credits
KaptainWutax - Code optimizations and Utils dependencies
scudobuio - for the initial search function
fraffugooby - Updating dependencies
YourCoalAlt - Updating to 1.14.3
PaulW - Adding Seed Range Searching
RedSparrow - Optimization and Bug fixes
dylantknguyen - Predefined Seed Lists
racinmat - Optimization and Bug fixes
nnadeau - Updated Gradle Build
#### Contact
Discord: zodsmar (Previous: Zodsmar#0877)
Email: [email protected]
## Donate
Building this tool takes time. If you love the tool and would like to donate I always appreciate it!
[![](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=W9E3YQAKQWC34¤cy_code=CAD&source=url)