Importing from Minecraft: Difference between revisions
Cyberonkel99 (talk | contribs) No edit summary |
Cyberonkel99 (talk | contribs) No edit summary |
||
| Line 8: | Line 8: | ||
I will describe the process I used to be able to continue on my build of Mt. Saint Michel in a non Microsoft environment. I played Minecraft Java on a exaroton server. To be able to convert the world, you have to download the world from the server. In your downloads, you should have now a folder /world. | I will describe the process I used to be able to continue on my build of Mt. Saint Michel in a non Microsoft environment. I played Minecraft Java on a exaroton server. To be able to convert the world, you have to download the world from the server. In your downloads, you should have now a folder /world. | ||
Conversion is done with a fork of mc2mt from DragonWrangler1 (see [https://github.com/DragonWrangler1/mc2mt here]). Usage is straight forward: | Conversion is done with a fork of mc2mt from DragonWrangler1 (see [https://github.com/DragonWrangler1/mc2mt here]). Usage is straight forward: Open your terminal, move to the mc2mt folder and type | ||
<pre>usage: mc2mt.py [OPTIONS] input output | <pre>usage: mc2mt.py [OPTIONS] input output</pre> | ||
input and output describes the Minecraft input world folder, output the folder for the generated Minetest world. Use paths relative to your mc2mt folder. | |||
You can add optional arguments as follows: | |||
<pre>-h, --help show this help message and exit | |||
optional arguments: | |||
-m MOD Load mod from json file | -m MOD Load mod from json file | ||
-d Disable all mods | -d Disable all mods | ||
| Line 25: | Line 21: | ||
-q Do not report unknown blocks | -q Do not report unknown blocks | ||
--disable_MOD Disable mod MOD | --disable_MOD Disable mod MOD | ||
--enable_MOD Enable mod MOD</pre> | --enable_MOD Enable mod MOD | ||
</pre> | |||
Revision as of 16:27, 27 March 2025
If you play(ed) Minecraft before and wish to continue in VoxeLibre, you will have to
- convert a Minecraft world into a Luanti world
- convert a Minecraft schematic into a Luanti schematic
We will cover mainly the first of those two actions, as the conversion of schematics has a block count limit.
Convert Minecraft world into Luanti world
I will describe the process I used to be able to continue on my build of Mt. Saint Michel in a non Microsoft environment. I played Minecraft Java on a exaroton server. To be able to convert the world, you have to download the world from the server. In your downloads, you should have now a folder /world.
Conversion is done with a fork of mc2mt from DragonWrangler1 (see here). Usage is straight forward: Open your terminal, move to the mc2mt folder and type
usage: mc2mt.py [OPTIONS] input output
input and output describes the Minecraft input world folder, output the folder for the generated Minetest world. Use paths relative to your mc2mt folder.
You can add optional arguments as follows:
-h, --help show this help message and exit -m MOD Load mod from json file -d Disable all mods -e Enable all mods -u Unknown blocks will be converted to air -q Do not report unknown blocks --disable_MOD Disable mod MOD --enable_MOD Enable mod MOD