uNmINeD 0.19.9-dev
New uNmINeD development snapshot is available for download!
Changes:
- Optimized pattern matching => faster tagging and stylesheet processing => faster initial map loading
- (GUI) Fixed 0.19.8 broken filters
New uNmINeD development snapshot is available for download!
Changes:
New uNmINeD development snapshot is available for download!
Changes:
#shadowless
do not cast shadows and appear flat, resulting a clearer image../../mods
)Known issues:
Breaking changes:
Rendering with textures and high resolution 3D shadow mapping:
New uNmINeD development snapshot is available for download!
Changes:
The cubiomes seed map layer shows predicted biomes across the entire map, even in unexplored areas. At this time it is only available on Windows 64-bit. The seed map is NOT included in the web map or image export.
Without cubiomes seed map:
With cubiomes seed map:
New uNmINeD development snapshot is available for download!
Changes:
barrier
blockslibrary/heightmaps
and library/depthmaps
)rgba(r,g,b,a)
color parsing for transparent block colors (r=0..255, g=0..255, b=0..255, a=0.0..1.0)Heightmap rendering mode:
New uNmINeD development snapshot is available for download!
Changes:
rgb(r,g,b)
color parsinghsl(h,s,l)
color format, similar to HTML/CSS (hue=0..360, saturation=0..100, lightness=0..100)Biome rendering mode uses well known colors from the Amidst and cubiomes seed mapping projects:
New uNmINeD development snapshot is available for download!
Changes:
New uNmINeD development snapshot is available for download!
Changes:
New uNmINeD development snapshot is available for download!
Changes:
New uNmINeD development snapshot is available for download!
Changes:
rgb(r, g, b)
color format where r
, g
and b
are 0-255The new expression parser and evaluator supports not only blockstates but complex expressions with and/or/xor/not logical operators and parenthesis. It is also compatible with the previous format.
Example expressions:
dirt
minecraft:dirt
*:*_leaves
sand[sand_type:red]
!sand
*_leaves, *_log
*_slab smooth_*
*_slab ^ smooth_*
!(acacia_leaves, oak_leaves) ([distance:3], [distance:5])
Operator precedence from highest to lowest: NOT, AND, XOR, OR.
Note: commas between blockstate properties are not considered OR operators, but list separators: leaves[old_leaf_type:oak,persistent_bit:0]