A tool to convert Minecraft pre-classic and classic worlds to a Minecraft indev world or a schematic file.
The worlds first Minecraft classic converter that doesn't rely on the classic server jar or original class files.
Prerequisites
You will need the following in order to build the converter:
- A computer
- Go 1.20 or later
Building
- Open a terminal
- Clone the repo with:
git clone https://github.com/BJTMastermind/Classic-Converter.git
- cd into the Classic-Converter folder
- Run:
go build
You have now built the Classic Converter!
- Open a terminal
- Run
Classic-Converter -i /path/to/classic_world.mine -f "indev_level"
(Only.dat
and.mine
files are accepted) - You now have a converted classic world in the specified format. (File keeps the same name as original)
Outputed file would be:classic_world.mclevel
.
- Go 1.20