--- layout: default ---

MCEdit: World Editor for Minecraft

MCEdit is a saved game editor for Minecraft. Since Minecraft saved games contain every single element of the world the player is playing in, it has much more in common with 3D world, map, and terrain editors than traditional saved game editors. MCEdit has been developed since 2010 with the original goal of allowing Classic levels to be played in the full version of Minecraft, but has since evolved into a full featured editor and is currently undergoing a thorough rewrite for version 2.0.
MCEdit is a third party utility and is not affiliated with Minecraft, Mojang AB, or Microsoft Inc.

{% for post in paginator.posts %}

{{ post.title }}

{% if site.comments == true and post.comments == true and site.disqus != '' %}

Comments

{% endif %}
{% if post.content contains "" %} {{ post.content | split:"" | first % }} {% else %} {{ post.content }} {% endif %}
{% endfor %}