uNmINeD 0.19.2-dev
New uNmINeD development snapshot is available for download!
Changes:
- (GUI) Fixed sidebar glitches
- (CLI) Fixed startup crash
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]
New uNmINeD development snapshot is available for download!
Changes:
The player list and markers are still under development.
New uNmINeD development snapshot is available for download!
Changes:
The player list and markers are still under development.
New uNmINeD development snapshot is available for download!
Changes:
How to export player markers to the web map:
--players
command line argument⚠️This version only exports named players (see config/playernames.txt
for naming players).
The player list and markers are still under development.
New uNmINeD development snapshot is available for download!
Changes:
The player list and markers are still under development.
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:
config/playernames.txt
for manually assigning player names to IDsconfig/playernames.txt
(player markers with names will be included in web exports in upcoming releases)Due to various issues, this release was built without assembly trimming, resulting in larger executable file size and larger downloads. I will switch trimming back on when the issues are resolved.