Simple python script to find strongholds generated in the MineClone2 game
Go to file
chmodsayshello 557757c471 automaticly convert from world- to mcl Seed 2023-06-03 12:25:12 +02:00
.gitignore add gitignore 2023-04-17 15:11:48 +02:00
Finder.py automaticly convert from world- to mcl Seed 2023-06-03 12:25:12 +02:00
LICENSE Initial commit 2023-04-16 19:02:51 +02:00
README.md Update README.md 2023-04-17 18:09:39 +02:00
Random.py search modes 2023-04-17 17:45:59 +02:00
main.py search modes 2023-04-17 17:45:59 +02:00

README.md

mclStrongholdFinder

A simple python script to find all strongholds within a given MineClone2 World.


Features:

  • search for nearby strongholds
  • display all strongholds of a certain stronghold ring
  • display all strongholds within the entire world

How to use:

  • run main.py
  • follow instructions

There isn't a whole lot to say I guess ;-)