Explodey54/minecraft-artifier-js

Allow horizontal placing of pixel art for ingame generation of minecraft maps

Opened this issue · 3 comments

Horizontal pixel art is great, but vertical pixel art for map making is even greater ;)

P.S. Great editor though, nice work!

@Explodey54 Can you please add this feature?

not sure, but can't you use worldedit to rotate it after loading it, it's a hassle to do it every time but works, or you could rotate it then update the schematic.

I'd love to see this feature as well. Using the tool to create pixel art for map making in game means at least 128. x128 block schematic. Rotating it around the x or z axis with Worldedit is extremely memory intensive. For example, I created a 2 map schematic (256x128) blocks. in order to get it horizontal requires the use of the deform tool and in order to keep the geometry you have to use outset from the centre. That means trying to rotate a cube of 256x256x256 blocks which pretty much breaks Minecraft almost every time.

Being able to export the schematic horizontally as well as vertically would mean no more long waits wondering if Java just ate all my memory and crashed the app.