您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Moves around the map looking for stony_shore
First you need a Browser Extension for managing UserScripts[1] (skip if you already have one):
Open map.jacobsjo.eu in your browser and zoom out as far out as possible.
Click the 🔎 button from the menu and select only the Stony Shore biome.
Click the button to begin scanning!
Here is an example of a stony_shore
biome being successfully found on my personal world.
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.
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.
Find an issue? Feel free to submit a new issues. If you're not familiar with bug reports, please use the discussions tab instead.
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.