Skip to content

Commit b152e9c

Browse files
authored
Update README.md
1 parent 3e3fe2e commit b152e9c

File tree

1 file changed

+27
-4
lines changed

1 file changed

+27
-4
lines changed

README.md

Lines changed: 27 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# mcimport
2-
3-
This mod converts a minecraft world into minetest.
2+
Convert Minecraft maps to Minetest worlds
43

54
The process is offline. Minecraft should not be running on the world
65
that is to be converted. The output should be an empty folder, and
@@ -55,7 +54,32 @@ easiest way to invoke the converter is to run the `mcimport.sh`
5554
script without any parameters. This takes you through a bunch of
5655
screens that you can use to select a world and configure a few
5756
settings.
58-
57+
#
58+
# win10
59+
* [python](https://www.python.org/downloads/windows/) Installation, Add Python to PATH
60+
* Copy the map to the `mcimport-master` folder
61+
* `Command Prompt`to`mcimport-master` location, Key in ```python mcimport.py Enter out``` `Enter` Replace with your map name,`out` is your name after Convert.
62+
* you need Download [Map](https://github.com/Pantyhose-X/AISS_mcimport/releases) Or go to the map after you Convert . Open the `get-mods.sh` with Notepad to download the mods link. `Copy mod to minetest\mods,Copy map to minetest\worlds`
63+
* Currently; you need to find the minecraft coordinates, and convert them before teleporting to the minetest ones.
64+
```
65+
Coordinate Conversion from Minecraft to Minetest:
66+
67+
X = Approximately +16 nodes
68+
Y = Approximately -64 nodes
69+
Z = The number is approximately inverted. -16 nodes
70+
```
71+
A general [Example](https://github.com/minetest-tools/mcimport/issues/34) of converted coordinates:
72+
````
73+
Minecraft: 100, 1, -100
74+
Minetest: 116, -63, 84
75+
````
76+
#
77+
I took a quick look at that map's coordinates in minecraft. You'll need to teleport/fly to the following coordinates in your converted world.
78+
`````
79+
/grantme all
80+
/teleport 116,-63,-100
81+
`````
82+
#
5983
# License:
6084

6185
Copyright (C) 2016 - Nore, dgm555, sofar and others
@@ -83,4 +107,3 @@ Except as contained in this notice, the name of the authors shall
83107
not be used in advertising or otherwise to promote the sale, use or
84108
other dealings in this Software without prior written authorization
85109
from the authors.
86-

0 commit comments

Comments
 (0)