Auto Biome Scanner

Moves around the map looking for stony_shore

Author
John Kens
Daily installs
0
Total installs
0
Ratings
0 0 0
Version
1.6.0
Created
2025-02-01
Updated
2025-02-01
Size
15.1 KB
License
MIT
Applies to

AutoBiomeScanner - Moves around the map looking for stony_shore

  1. First you need a Browser Extension for managing UserScripts[1] (skip if you already have one):

  2. Install AutoBiomeScanner:

  3. Open map.jacobsjo.eu in your browser and zoom out as far out as possible.

  4. Click the 🔎 button from the menu and select only the Stony Shore biome.

  5. Click the StartButton button to begin scanning!

Screenshot


Why is this script needed?

Here is an example of a stony_shore biome being successfully found on my personal world.

Screenshot

When using terralith along side terratonic, you can find fairly quickly that stony_shore become near to none. The reason for this is because Terralith makes these biomes relatively tiny, then combine that with Terratonic's further smoothing mechanics, the stony_shore biome gets completely flattened over and eradicated. So this makes stony_shore biomes one of the rarest biomes under these two mods.

Screenshot


How it works?

This script performs canvas click movements through javascript that follow a spiral type pattern. Each movement or "step" moves at half your windows height in all directions. This ensures a smooth transition throughout all XY movements.

After each step, the script then scans each canvas element for a specified color, and if none is found, deletes the canvas element and Illiterate through all remaining canvas elements before doing a new step.

Screenshot


Found a bug?

Find an issue? Feel free to submit a new issues. If you're not familiar with bug reports, please use the discussions tab instead.


DISCLAIMER

THE SOFTWARE AND ALL INFORMATION HERE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

By using any code or information provided here you are agreeing to all parts of the above Disclaimer.