Add a few links to tools and mods that may be relevant to MCEdit users
This commit is contained in:
parent
014eba3cad
commit
5d07f06564
@ -3,6 +3,7 @@
|
||||
<li><a href="https://github.com/{{ site.github }}/issues">Report an issue</a></li>
|
||||
<li><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=UZGWD6FFLCFJA&lc=US&item_name=MCEdit%2c%20a%20World%20Editor%20for%20Minecraft¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted">Donate via PayPal</a></li>
|
||||
<li><a href="http://www.patreon.com/mcedit2">Donate via Patreon</a></li>
|
||||
<li><a href="/tools.html">Other tools</a></li>
|
||||
<li><a href="http://khroki.github.io/MCEdit-Unified/">MCEdit 1.x (legacy codebase)</a></li>
|
||||
<li><a href="http://minecraft.net">Play Minecraft</a></li>
|
||||
</ul>
|
||||
|
30
tools.md
Normal file
30
tools.md
Normal file
@ -0,0 +1,30 @@
|
||||
---
|
||||
layout: default
|
||||
title: Other Tools
|
||||
---
|
||||
|
||||
## External Tools
|
||||
|
||||
Here is a short list of external programs for Minecraft that I've used and can recommend personally. External programs are not mods and generally work with all versions of Minecraft.
|
||||
|
||||
* [NBTExplorer](http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-tools/1262665-nbtexplorer-nbt-editor-for-windows-and-mac) - Low-level editor for Minecraft's NBT format. Can be used to make very precise edits and to learn about the format of Minecraft's saved games. NBTExplorer has been essential to developing MCEdit.
|
||||
|
||||
* [World Painter](http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-tools/1261257-worldpainter-v1-10-6-graphical-interactive-map) - 2D world generator and editor that works based on height maps. Intended for making new worlds from scratch. Supports .schematic files from MCEdit and .bo2 biome objects from TerrainControl.
|
||||
|
||||
* [MultiMC](http://multimc.org/) - Minecraft launcher. Creates different "instances" of Minecraft, each with its own Minecraft version and collection of mods. Great for creating custom modpacks and has support for launching MCEdit.
|
||||
|
||||
* [Minecraft Note Block Studio](http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-tools/1260747-minecraft-note-block-studio-300-000-downloads) - Compose music using note blocks! Supports importing .MIDI files and exporting .schematic files.
|
||||
|
||||
## Mods using .schematic files
|
||||
|
||||
Here are a few mods that can use MCEdit's .schematic files in some way.
|
||||
|
||||
* [WorldEdit](http://www.enginehub.org/worldedit) - In-game world editor. Shares many features with MCEdit and has a few unique features of its own, including CraftScripts and mathematical function evaluation.
|
||||
|
||||
* [Schematica](http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/1285818-schematica) - Imports a .schematic file as a ghost outline for you to build yourself!
|
||||
|
||||
* [RecurrentComplex](http://minecraft.curseforge.com/mc-mods/223150-recurrent-complex) - Inserts custom-built structures into the world generator to be created naturally.
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user