uNmINeD 0.14.2 – macOS

  • Post comments:0 Comments

New uNmINeD development snapshot is available for download! This release contains macOS related fixes for the GUI version. Changes: (macOS GUI) Changed packaging to an easy to run/install app(macOS GUI) Fixed wrong Minecraft saves path My friend in a galaxy far, far away finally managed to install macOS inside a virtual machine running on his PC, so now I can test uNmINeD on macOS. Installation instructions: extract the downloaded tar.gz and start the application (or move it to Applications and start from there). Required macOS version is 10.13 High Sierra or later. uNmINeD GUI running on macOS 10.15 Catalina

Continue ReadinguNmINeD 0.14.2 – macOS

[WIP] Selection and overlays

  • Post comments:5 Comments

I'm working on a selection tool to make image export easier and to support other upcoming features: Developing a rectangle selection tool The new rendering workflow makes possible to implement various overlays based on any chunk information like data version, status, last update, inhabited time, entities, or the amount of a given block type. This is a heat map showing inhabited time (how long the players have been in the area): Inhabited time heatmap on the nerd.nu PVE (rev25) world

Continue Reading[WIP] Selection and overlays

uNmINeD 0.14.1 – Optimization

  • Post comments:6 Comments

New uNmINeD development snapshot is available for download! Changes: New chunk processing and rendering workflowAdded I/O schedulingOptimized block name pattern matching (faster stylesheets)Improved support for worlds with negative Y (Minecraft 1.17)Fixed missing zoom out tiles in generated web maps(CLI) The --area parameter now accepts block, chunk and region rectangles uNmINeD now reads region files one by one and sequentially instead of random access. This has a huge impact on chunk read times on hard disks (5-10x). uNmINeD now also have a new task scheduler and a new render pipeline with some buffering that allows reducing the number of chunks that need to be read and processed more than once. Value of the --area parameter can be a block, a chunk or a region rectangle. The rectangle can be specified using two points (top-left and bottom-right corners of the rectangle), or using one point (top-left corner), and a size (width, height). Syntax: --area=b(x,z,width,height)--area=c(x,z,width,height)--area=r(x,z,width,height)--area=b((x1,z1),(x2,z2))--area=c((x1,z1),(x2,z2))--area=r((x1,z1),(x2,z2)) The bottom and right edges specified by the point (x2,z2) are exclusive, they are outside of the rectangle.

Continue ReadinguNmINeD 0.14.1 – Optimization

uNmINeD 0.13.5 – High DPI

  • Post comments:5 Comments

New uNmINeD development snapshot is available for download! Changes Added new blocks from the latest Minecraft snapshot 21w05a(GUI) Added pixel perfect images on devices with DPI scaling other than 100% (no more blurry screens on laptops and 4k displays)(GUI) Fixed crash/freeze when opening a world Screenshot of uNmINeD 0.13.5-dev on a 150% DPI display

Continue ReadinguNmINeD 0.13.5 – High DPI

uNmINeD 0.13.4-dev

  • Post comments:0 Comments

New uNmINeD development snapshot is available for download! Changes: Changed JS stylesheet loaderAdded stylesheet settings:Water depth coloringFlower coloringOre coloringDye coloringDifferent underground colorsRewritten class library used for change notification propagation in object trees Stylesheet settings are defined in the file stylesheet.js, where custom settings can also be added. Stylesheet settings in uNmINeD 0.13.4

Continue ReadinguNmINeD 0.13.4-dev

uNmINeD 0.13.3-dev

  • Post comments:0 Comments

New uNmINeD development snapshot is available for download! Changes: Adjusted map colorsAdded more style to netherAdded dimension dependent stylesBoosted chunk loading performance (+30% overall speed)Improved disk I/O(GUI) Added block tag debug info Minecraft 1.17 snapshot world mapped in uNmINeD 0.13.3 Old nether style in uNmINeD 0.13.2 New nether style with more deails in uNmINeD 0.13.3

Continue ReadinguNmINeD 0.13.3-dev

uNmINeD 0.13.2-dev

  • Post comments:0 Comments

New uNmINeD development snapshot is available for download! Changes: Added support for pre-1.13 worlds (Anvil chunk format, from 1.2)Added Forge block number loaders for Anvil worldsAdded basic support for modded blocks like BiomesOPlenty uNmINeD now can read partially migrated worlds with both Anvil and flattened chunks. uNmINeD 1.13.2 with Minecraft 1.7.0 and BiomesOPlenty

Continue ReadinguNmINeD 0.13.2-dev

uNmINeD 0.13.1-dev

  • Post comments:0 Comments

New uNmINeD development snapshot is available for download! Changes: Changed map stylefixed low contrastadded saturationadded flowersadded oreschanged path styleChanged block configuration file (removed blocktags.minecraft.json, see tags.default.js)Improved support for modded worldsImproved performanceFixed memory managementFixed chunk loader bugsFixed style engine bugs(CLI) Spaces are now valid in the --area="r(x, z, w, h)" parameter

Continue ReadinguNmINeD 0.13.1-dev

uNmINeD 0.12.24-dev

  • Post comments:0 Comments

New uNmINeD development snapshot is available for download! Changes: (GUI) Added block filter(GUI) Added unknown block handling(GUI) Fixed crashes and minor bugs(CLI) Added zoom parameter to image export(CLI) Added dimension, topY, bottomY and gndxray parameters Before/after: Setting unknown blocks to oak leaves Before/after: Filtering out water

Continue ReadinguNmINeD 0.12.24-dev