
An option to add outline/border to ore icons on the map?
alfuken opened this issue ยท 6 comments
So this is the first thing I've noticed when I've started using this cool mod: ore icons on the map are sometimes very hard to distinguish. For example:
Would be awesome if you could add an option to add a contrast border to the icons on the map. At least letting the user chose between white and black, or allowing to specify the colour in RGB (say, 0-255 or 0.0-1.0). Or even with an extra option to have inverted colours (like that crosshair cursor in the game in the centre of the screen). But having at least black/white option would already help a lot :)
On a side note, enableMinimapRendering
doesn't seem to work with Xaeros_Minimap_23.9.7_Forge_1.12
Also, how does the oreScaleStop
configuration works? the description is kinda cryptic...
A border could definitely be added, probably as a config with an RGBA value.
Minimap rendering not working with recent versions of xaeros map is a known issue, I just haven't gotten around to looking into it yet.
oreScaleStop
changes the point at which the ore icons stop scaling when you zoom in/out on the map.
(I really need to get to working on VO again...)
Oh... do you, by a change, know what is the latest Xaero minimap version that works?..
@kumquat-ir it doesn't seem to work... :/ visualores-0.2.5.jar
, gregtech S:borderColor=#00FFFFFF
, but icons are still the same.
Yes, that is setting the alpha (transparency) to 0. It needs to start with FF
instead of 00
.