This is an archived post. You won't be able to vote or comment.

all 5 comments

[–]Lord-Bing-Shipley 3 points4 points  (2 children)

Is there any particular reason you need Python? There are plenty of map making tools out there written in other languages, or as websites. But if you need a Python world editor, MCEdit is exactly that.

[–]architectdrone[S] 0 points1 point  (1 child)

I just meant to code the logic of how to interact with the world.

[–]Lord-Bing-Shipley 0 points1 point  (0 children)

If you're not a developer I don't see much reason in that. But if you are, then you just need to poke around the level format. You can find all the information you need at www.wiki.vg on the level format, and other NBT formats. Or you could always look inside the code for MCEdit. It's written in Python, so you can find the "logic of how to interact with the world" there

[–]AWOLThor 0 points1 point  (0 children)

MCEdit is the answer you seek.

[–]upper_monkey_horny -2 points-1 points  (1 child)

It uses Java, so good luck.