crbednarz / AMIDST

Advanced Minecraft Interface and Data/Structure Tracking
https://www.minecraftforum.net/forums/mapping-and-modding-java-edition/minecraft-tools/1262200-v3-7-amidst-strongholds-village-biome-etc-finder
GNU General Public License v3.0
270 stars 52 forks source link

Feature request to save seeds to a file #74

Open idkw opened 9 years ago

idkw commented 9 years ago

Hello

I've just discovered your program and it's really great. I'm using it to make a list of seeds without ocean around the spawn at 0 0 Currently I press ctrl+r and ctrl+c to copy an interesting seed then I paste it to a file. Could you add the following feature ? When pressing a shortcut (for instance ctrl+v) it would append the seeed to a text file created in the folder of the program. This would allow to quickly make a list of interesting seeds.

Thanks

ghost commented 9 years ago

If you start a text file in the folder that your copy of Amidst is in named history.txt when Amidst sees that file it will log EVERY seed that it displays with a date & time stamp. Each line of the file will look like this one: 2015-01-25 06:15:01.756 3459520760832540509 I use Notepad++ on my PC to monitor and edit this history.txt file. If a particular map interests me I just bring up my Notepad++ window and add a note to the appropriate line and hit Ctrl-S to make Notepad++ to save the file.

idkw commented 9 years ago

Allright but it's still annoying to have to mannually copy each interesting seed among other ones. If one shortcut would append the desired seeds to the file, it would be a lot faster,don't you think ?

Walkman100 commented 9 years ago

If you start a text file in the folder that your copy of Amidst is in named history.txt when Amidst sees that file it will log EVERY seed that it displays with a date & time stamp.

Doesn't sound like any copying is involved there...