Skip to content
MrComputerGhost edited this page Oct 26, 2015 · 1 revision

Better Schematics


Better Schematics are simply an improved version of MCEdit Schematic files. They still use NBT format and have similar ways of storing the blocks and metadata. TileEntities are almost the same.

There are multiple ways to generate a Better Schematic, here's the main ones:

 1. Craft it by hand.
      - Indeed, you can create a Better Schematic from scratch using an NBT editor, however it's time consuming and a pain.

 2. Convert an MCEdit .schematic file using the in-game '/convert' command. 
      - Argument 0 is the input .schematic file, Argument 1 is the output .nbt file.

 3. Export one in-game using the '/export' command.
      - Arguments 0-2 are the first set of coordinates, arguments 3-5 are the second set. Argument 6 is the name of the file.

Clone this wiki locally