Skip to content

FlorianFe/PaperCubes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Icon

πŸ‘πŸ–¨ PaperCubes

A desktop app which converts your minecraft .schematic files
you got from worldedit to blueprints for papercraft.

forthebadge forthebadge forthebadge


πŸš€ How to use?

  1. 🏑 You need an installed Minecraft Version
  2. πŸ— You need to install the Minecraft mod Worldedit
  3. πŸ”¨ Start Minecraft and build something amazing
  4. πŸ’Ύ //Copy what you built and //schematic save it
  5. 🌴 Download a Texturepack
  6. πŸ’Ώ Start this desktop app
  7. 🏝 Drop schematic file and texturepack in it
  8. 🌟 Let the Program do its magic
  9. πŸ–¨ Print out the blueprints
  10. 🏘 Make amazing minecraft builds in real!

⚠️ Important

  • PaperCubes is still in BETA. Errors may occur. When you found one, please open an issue for me
  • Currently works only for schematic files which are taken from minecraft versions smaller than v1.13.0. Versions that are very old won't work eighter. The version of the texturepack should match the minecraft version of the schematic file for best results
  • Loading times can be very long depending on the size of the schematic

πŸ“ Source Code

In order to use this source code you need to have Node.js, Git and Bower installed globally. After that you have to follow the steps below.

Only for Windows (as admin)

npm install --global --production windows-build-tools
npm config set msvs_version 2015 --global

For all platforms

# Clone this repository
git clone https://github.com/florianfe/PaperCubes
# Go into the repository
cd PaperCubes
# Install npm dependencies
npm install
# Install bower dependencies
bower install
# Compile C++ sources
npm run-script compile
# Run the app in test mode
npm start
# build application for release
[sudo] npm run-script dist

πŸ–Ό Preview

screenshot 1 screenshot 2 screenshot 3 screenshot 4 screenshot 5

πŸ’Ύ Download

Platform Version Download
Mac 1.3.0 BETA Download
Windows 1.3.0 BETA Download
Linux (.deb) 1.3.0 BETA Download

πŸ—’ Note

  • This Project was inspired by Orthogami (made by mikolalysenko).
  • The Texture Pack Pixel Perfection (Link) which is used for the Screenshots was made by Hugh "XSSheep" Rutland.

πŸ“– License

forthebadge