uNmINeD 0.11.2-dev

New uNmINeD release for Minecraft 1.13+ is available for download.

It’s a development snapshot (buggy, ugly and slow). Can be used to render single image maps of Minecraft 1.13+ worlds.

To render an entire world:

unmined-cmd image render --source="%APPDATA%\.minecraft\saves\New World" --dest="image.png"

To render 4×3 regions at region (-2,-2):

unmined-cmd image render --source="%APPDATA%\.minecraft\saves\New World" --dest="image.png" --area=r(-2,-2,4,3) 

Sample output (Minecraft 1.13.2):

10 thoughts on “uNmINeD 0.11.2-dev

  1. atanvard

    Hi, thank you very much for updating this wonderful and essential tool!

    I have been able to render the maps of some worlds, but when rendering others I eventually get errors. For example, when rendering my main world, I get this: https://pastebin.com/kxnYuWVC

    I hope you find this useful for improving this program. I’ll be anxiously waiting for the next releases.

    Reply
    1. Christopher Hayes

      I’m getting thrown exceptions for my worlds on Windows 7–for giant worlds, it throws an overflow error, for smaller ones, it renders a few tiles then throws exceptions. Let me know if more info would be helpful for your development.

      Reply
      1. atanvard

        Exactly, this is the result that I’m getting! It only renders completely very small worlds.

        Please, megasys, let us know how can we help to get this tool functional again.

        Reply
        1. megasys Post author

          you can send me your smaller 1.13+ worlds for debugging using large file sharing services like mediafire (please do not send giant worlds)

          Reply
  2. Todd

    Yay! First successful render of my world in 1.13! Had to limit it to a 16 square region area, it seemed to choke on the whole thing (50×50 approx). Thanks for ongoing development. Donation forthcoming once I start getting paid again :)

    Reply
  3. Pete489Z

    Hi, do I just copy the command and paste it into command line? Do I have to specify the path in a certain way? I’d appreciate the help!
    Pete

    Reply
    1. megasys Post author

      The easiest way:
      1. Find the folder where you have extracted the downloaded ZIP. It’s something like “unmined-cmd_0.11.5-dev_net472-win7”, and there are a bunch of program files in it.
      2. Right click on the folder while holding down the Shift key on keyboard to open an extended context menu.
      3/a. Win7: Click on the “Open command window here” command.
      3/b. Win10: Click on the “Open PowerShell window here” command, then type “cmd” without the quotes, and hit Return.
      4. Now you have a command prompt in the folder where you have unmined-cmd, so you don’t have to specify the path
      5. Paste the command into the command line (adjust the –source parameter first to match the path of your world)

      Reply
      1. Pete489Z

        Thank you! I got to the powershell! It’s throwing me similar errors like others are getting, but I’m excited to see improvements!
        Best,
        Pete

        Reply

Leave a Reply to Christopher Hayes Cancel reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.