mclStrongholdFinder/README.md

18 lines
437 B
Markdown
Raw Permalink Normal View History

2023-04-17 15:17:40 +02:00
# mclStrongholdFinder
2023-04-17 18:08:23 +02:00
A simple python script to find all strongholds within a given [MineClone2][Mineclone2URL] World.
[Mineclone2URL]:https://git.minetest.land/MineClone2/MineClone2
2023-04-17 15:17:40 +02:00
----
2023-04-17 18:09:39 +02:00
## Features:
- search for nearby strongholds
- display all strongholds of a certain stronghold ring
- display all strongholds within the entire world
2023-04-17 15:17:40 +02:00
## How to use:
- run main.py
- follow instructions
There isn't a whole lot to say I guess ;-)