Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

demo video #34

Closed
Pantyhose-X opened this issue Apr 20, 2021 · 2 comments
Closed

demo video #34

Pantyhose-X opened this issue Apr 20, 2021 · 2 comments

Comments

@Pantyhose-X
Copy link
Contributor

Pantyhose-X commented Apr 20, 2021

Ivideo

@MysticTempest
Copy link
Contributor

Currently; you need to find the minecraft coordinates, and convert them before teleporting to the minetest ones.

Coordinate Conversion from Minecraft to Minetest:

X = Approximately the same in both.
Y = Approximately -64 nodes.
Z = The number is approximately inverted.

A general example of converted coordinates:
Minecraft: 704, 4, -318
Minetest: 720, -60, 334

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.

/grantme all
/teleport 904,25,-1217

It'll load you into part of the converted map.
You'll also need the WorldMods from the included shell script. I'm not sure if you downloaded those offscreen, or what; but they're needed as well.

@Pantyhose-X
Copy link
Contributor Author

Currently; you need to find the minecraft coordinates, and convert them before teleporting to the minetest ones.

Coordinate Conversion from Minecraft to Minetest:

X = Approximately the same in both.
Y = Approximately -64 nodes.
Z = The number is approximately inverted.

A general example of converted coordinates:
Minecraft: 704, 4, -318
Minetest: 720, -60, 334

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.

/grantme all
/teleport 904,25,-1217

It'll load you into part of the converted map.
You'll also need the WorldMods from the included shell script. I'm not sure if you downloaded those offscreen, or what; but they're needed as well.

Thank you bro

Coordinate Conversion from Minecraft to Minetest:

X = Approximately +16 nodes
Y = Approximately -64 nodes
Z = The number is approximately inverted. -16 nodes

@Pantyhose-X Pantyhose-X changed the title I tried to convert my MC world to MT, but it seems to fail. demo video Feb 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants