Introduction: Minecraft (Aquatic) Export Into 3D Model Files

About: Gerrit is an accomplished software engineer, business leader, licensed pilot and multi-talented musician with a quick sense of humor and passion for football, fussball, friends and family. From the age of 11…

Here you learn how to export any area of your Minecraft World into a 3D model file. This works even with the Aquatic version of Minecraft.

Step 1: What Do You Need?

You need

  • A Windows/Mac/Unix Computer with the Minecraft world containing your creation(s).
  • An internet connection

Step 2: What Is a STL 3D Model File, and What Can I Do With It?

If you ever saw a 3D printed object, played a modern video game, looked at Google Earth, used a GPS, or saw one of the great animated movies from Pixar, Dreamworks, Disney or other studios, you have been in close contact with 3D model files. Vastly simplified a 3D model is a scalable "picture" of an item you can "fly around" and look at from any perspective you wish.

Because of the broad application of 3D models, they come in different shapes and colors.

STL files are widely used for 3D printing and do not contain color information. Since the VAST majority of today's household 3D printers are single colored, this is not a significant 3D printing limitation.

Step 3: Locate Your Minecraft World on Your Machine

Minecraft stores all worlds in a standard folder. By default it “hides” the folders containing world and user settings.


On Windows:
Default world folder location: C:\Users\\AppData\Roaming\.minecraft\saves

If you do not find it, “unhide” it:

  1. Open your File Explorer
  2. Go to C:\Users\\
  3. Select View from the Menu
  4. Go to Folder Options
  5. Select the View Tab
  6. Select Show Hidden Files


On Mac:

Default world folder location: /Users//Library/ApplicationSupport/minecraft/saves

If you don’t find it “unhide” it.:

  1. Open Finder
  2. Go To /Users/
  3. Hit: CMD SHIFT + .


On Unix (Desktop):

Default world folder location: /home//.minecraft/saves

If you don’t find it “unhide”:

  1. Open File Manager
  2. Go to /home/
  3. Hit: CTRL + H


On Raspberry PI (and Servers):

Default world folder location: /home/pi/minecraft/world

Accessing the folder over the network:

Using SAMBA provides an easy way to access the folder on the server. Setting up other Linux systems is very similar and should be completed in 5-10 minutes depending on your Linux skills. Once you can access the SAMBA folder, Craftplicator will use it like any other local drive. Here is the shortened version for setup of the Raspberry Pi:

sudo apt-get install samba samba-common-bin 
sudo nano /etc/samba/smb.conf<br>

Add the following lines to smb.conf. Please keep in mind the 0777 settings gives everyone read and write access to your minecraft world folder. If you have security concerns you can change the settings accordingly.

[minecraft_world] 
Comment = Pi shared folder 
Path = /home/pi/minecraft/world 
Browseable = yes 
Writeable = Yes 
only guest = no 
create mask = 0777 
directory mask = 0777 
Public = yes 
Guest ok = yes 
force user = pi <br>

Restart the service with:

sudo /etc/init.d/samba restart

Step 4: Exporting Your Minecraft Creation Into a STL 3D Model File

  1. Select your Minecraft world by clicking the Browse button and picking the Minecraft world you have previously located. Click the Upload button.
  2. After a few seconds or minutes (depending on the size of your Minecraft world) you can select the Minecraft area you would like to convert into a STL 3D model file. Please keep in mind that the maximum area of your Minecraft world you can select is limited to 64 x 64 blocks. Then hit the Submit Selection button.
  3. Then, enter your eMail address to receive an email containing the STL 3D model file.

Step 5: The Email Containing the 3D Model File Download Link

Depending on the selection size the email usually shows up in 3 to 30 minutes.

Once you have received the email with your 3D model ready for download, click the download button on the top of the email. The STL 3D model file will be downloaded to your machine.

If you want to 3D print your Minecraft STL 3D model, be aware that printing a large selection too small, might not carry the level of detail that you would like to see. Additionally, all overhangs (features with an overhang beyond 45°) will be 3D printed with support structures. The more overhangs you have, the more support structures your 3D print will have. These light support structures are easily “cleaned” by removing them with a pen or a screwdriver.

P.S.: But wait - there is more: Further down in the email you can learn what other interesting services www.craftplicator.com has ready for you to try out. Receive an OpenSCAD file of your Minecraft 3D model to extend or integrate with other 3D objects. Or, get a layer-by-layer build plan to rebuild your Minecraft creation with LEGO bricks.

ENJOY!