Convert Minecraft maps to Minetest worlds
-
- Member
- Posts: 16
- Joined: Thu Nov 12, 2020 16:47
- In-game: Leuden
Re: Convert Minecraft maps to Minetest worlds
Is there any way to convert a minecraft world to minetest without mucking about with lynux and installing python engine?
- daxalofx17
- Member
- Posts: 29
- Joined: Sat Aug 05, 2023 14:41
- In-game: Blaze7
- Location: Poland
Re: Convert Minecraft maps to Minetest worlds
why do you don't want to install python?
and you can convert mc world to mt on windows (im trying to do it on 10) so you don't need to have linux system but python engine is needed
i still have some errors with it so it's not working 100% (for me)
and you can convert mc world to mt on windows (im trying to do it on 10) so you don't need to have linux system but python engine is needed
i still have some errors with it so it's not working 100% (for me)
Sorry for my bad English if it's bad
Re: Convert Minecraft maps to Minetest worlds
I agree with this also. I'm just an end user and I don't get this at all. Which file in MC is the map file? Where do you find it? The naming scheme of MC worlds is very convoluted, there is no 'map' folder and anything with 'map' in the file name is about 20 different files. If this had drop down menus for the MC world folder it would make things much easier.TumeniNodes wrote: ↑Sun Mar 27, 2016 02:14It would be nice for those with only very basic tech-skills, to have more detailed instructions?
In layman's terms, I mean.
An average user is not going to have any idea how to use this / make it work (such as myself). I have tried a couple times now, (even read your vague instructions) and have failed each time to get it to even begin, and it is very frustrating.
This happens all the time, especially in things Linux related, coders / devs seem to forget that most users will not understand vague instructions.
What seems completely understandable and easy to comprehend for you, is probably not so for most end users.
This is not meant in any way as an insult, it is merely to point out that any users without coding experience are not going to be able to understand how to utilize your awesome mod.
I know I, myself would love to be able to use / try it, but I have become greatly frustrated trying to figure out how.
The same for the MC texture converter
- ROllerozxa
- Member
- Posts: 186
- Joined: Sun Apr 25, 2021 12:25
- GitHub: ROllerozxa
- IRC: ROllerozxa
- In-game: ROllerozxa
- Location: Sweden
- Contact:
Re: Convert Minecraft maps to Minetest worlds
mcimport is about as simple as command-line utilities go. You are supposed to select the Minecraft world folder's path as an argument and also somewhere to save it. If you do not want to learn how to work with command-line utilities then you might wanna pay someone to convert your world for you.
Anyways, I've found MysticTempest's fork to be more useful. It supports MineClone2 and is able to convert worlds at a better quality than whatever crappy MTG modset upstream uses (stained glass disappears, along with other blocks). I forked it in turn to update the mapblock format to use version 29, along with doing some aggressive optimisations to make converting large basic worlds faster (basically when you only need to convert the nodes in a world). Made quite a difference when converting a several gigabyte world depicting the city of Gothenburg from Minecraft into Minetest.
Anyways, I've found MysticTempest's fork to be more useful. It supports MineClone2 and is able to convert worlds at a better quality than whatever crappy MTG modset upstream uses (stained glass disappears, along with other blocks). I forked it in turn to update the mapblock format to use version 29, along with doing some aggressive optimisations to make converting large basic worlds faster (basically when you only need to convert the nodes in a world). Made quite a difference when converting a several gigabyte world depicting the city of Gothenburg from Minecraft into Minetest.
- pias25ASA
- Member
- Posts: 27
- Joined: Mon Jul 01, 2024 17:18
- GitHub: krippik
- IRC: NOTNA
- In-game: piasza
- Location: https://l3modz.github.io/index.html
- Contact:
Re: Convert Minecraft maps to Minetest worlds
it's any IDEA CONVERT MINETEST MAPS TO MINECRAFT ???sofar wrote: ↑Mon Dec 07, 2015 00:31The mcimport project provides a World Converter for whole Minecraft Maps (Minecraft saves) and the output is a new, playable Minetest world.
This project started out as a basic python converted written by Nore and dgm555. I've updated the project and have spent a lot of time making the conversion more and more complete ever since. We've merged the two projects into the minetest-tools organization as well.
The conversion is done as a single-step process that requires Python. Once the conversion is done, your world is ready to play! For large worlds, this process can take hours, even days if your world is huge.
Github:https://github.com/minetest-tools/mcimport
Download: https://github.com/minetest-tools/mcimp ... master.zip
Platform: Linux (others may work, but require extra software)
License: X11
Usage:Or, to list the exact terminal commands, cut and paste the below text into a terminal:
- Download the tarball from here: https://github.com/minetest-tools/mcimp ... master.zip
- Extract it
- Launch the converter
Minecraft Test Patterns:Code: Select all
wget https://github.com/sofar/mcimport/archive/master.zip unzip master.zip mcimport-master/mcimport.sh
Converted Result:
I'm doing things a bit differently though - my focus isn't to "copy exact", but to create a playable, approximation of the MC world.
So I expect that things like doors, beds, furnaces just work, and blocks are useful and usable. But blocks that have no purpose or don't exist in minetest are removed or replaced with equivalents that make sense in MT gameplay. Rotation of blocks is carefully done and verified.
- emerald ore is converted to stone
- redstone is as much possible converted to mese, with working pressure plates, wires, noteblocks, buttons, levers and a few more things
When you convert a MC savegame or world, it's expected to be in MC 1.11 format. I'm not supporting old formats. The code also writes a few extra files needed to make it all play nice with mapgen, mainly fixing the waterlevel and allowing you to tweak mapgen to single node easily. Note: The map now correctly leaves North in MC as North in MT (effectively changing coordinates for Every Block).
Mods: lots of mods required - none strange or obtuse, or hard to find mods, these are all very COMMON mods that most servers have, and most of them are contained within biomes_lib, plantlife, mesecons, moretrees, moreblocks, nether, flowerpot and nether mods already (and a few others on top of that). A script exists to help you download all the needed mods.
The converter creates all the required config files in the world folder, and the world should be playable without any extra configuration afterwards. You may however wish to tweak the mapgen parameters before loading the world for the first time in the minetest game. Currently, all mapgen will be disabled to prevent overwriting of the world content by mapgen.
To download all the required mods, a script is written in the world folder called get-mods.sh. Running this script will automatically get the correct mods and their latest versions for your converted world.
I have a forked Nether mod in my github to add various nether brick blocks, but not very many people seem to be converting nether worlds, so you'll likely be fine without that.Fixerol wrote:Basically they are those mods:
Biomes_lib - viewtopic.php?f=11&t=12999
Plantlife - viewtopic.php?f=11&t=3898
Home Decor - viewtopic.php?f=11&t=2041
Mesecons - viewtopic.php?f=11&t=628
Moreblocks - viewtopic.php?id=509
Nether* - viewtopic.php?f=11&t=5790
Quartz - viewtopic.php?f=11&t=5682
You do not need to modify world.mt since the code writes out a perfectly usable version with the mod list. You just need to download these mods and install them in your mods folder. Please use the provided get-mods.sh script for this purpose - you'll find it in the written world folder.
Conversion can be slow! A 6000x6000 MC world on my system takes ~ 8 hours. Even my test map (500x500 nodes) takes 2 minutes or so without pruning the map.
This program requires Zenity and Python3. These are widely available for Linux in most distributions, but may not be available on other platforms.
Best Regard :
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
[at]Reading Book Linux Administrator.
| Finished IT Computer; 2008. | https://twitch.tv/pias25_draco27072012/ |
^_^ ^_^ ^_^
[at]Intel i5 +16GBRAM +HDD:2TeraByte +LinuxUbuntu20.04LTS:DualBootFedora30 +StandMonitor24" +Monitor24inchi +KeyboardPcLamp +[url=https://www.twitch.tv/pias25_draco27072 ... &sort=time]piasza[/url]+MouseRobotHead +waitingSSDbootable512GB.
- Blockhead
- Moderator
- Posts: 2174
- Joined: Wed Jul 17, 2019 10:14
- GitHub: Montandalar
- IRC: Blockhead256
- In-game: Blockhead Blockhead256
- Location: Land Down Under
- Contact:
Re: Convert Minecraft maps to Minetest worlds
This thread is stickied, however it needs revision for the latest versions of Luanti, Minecraft and converter tools. Can someone more expert post an updated version of OP so I can replace it?
/˳˳_˳˳]_[˳˳_˳˳]_[˳˳_˳˳\ Advtrains enthusiast | My map: Noah's Railyard | My Content on ContentDB ✝️♂