Welcome to the MC Nether Converter wiki!
There's not much to say about the program, except that it's really simple! The program is written with the purpose of providing an easy way for Minecraft players to convert game coordinates quickly.
It has two functions:
1: Convert coordinates from Overworld to Nether, and...
2: Convert coordinates from Nether to Overworld.
The program is commandline based and written in C.
There is a binary available for Windows and a source file available for compilation for UNIX-like systems.
The program is mostly a way for me to get to know C, and should be viewed as such. It functions as it should, but later releases may bring additional features or tweaks as my knowledge of C improves. It is released as Public Domain. Suggestions and advice are highly welcome.
Changelog:
1.1.0: Added ability to run multiple convertions without restart of the program
1.0.1: Initial release