tryashtar / image-map

Converts image to maps for Minecraft Java and Bedrock
249 stars 36 forks source link

"Import into world" command #2

Closed tryashtar closed 7 years ago

tryashtar commented 7 years ago

A button that you click, it copies a command to your clipboard that when run via command block, fills an area (determined by length/width NumericUpDowns) with blocks, then summons in item frames with the proper maps inside. Note that the user can export with whatever starting ID they want. We should have another NumericUpDown that determines the starting ID. Exporting makes it the default. If you change the file name while exporting, it works and updates the NUD. Command button uses the value from the NUD.

tryashtar commented 7 years ago

Done