mc-map-item-tool icon indicating copy to clipboard operation
mc-map-item-tool copied to clipboard

Negative number map color id

Open ToKiNoBug opened this issue 6 years ago • 2 comments

When I was creating a map.dat through the website, the picture in the map was delted and regenerated by Minecraft 1.15.2. I checked the map color id in the map using NBTExplorer, I found negative numbers in the array "Color".

My settings: Color space: LABA Color scheme: version 1.12 Dimension: End Other settings: default.

ToKiNoBug avatar Mar 11 '20 08:03 ToKiNoBug

Does this only happen with a specific image? If so, can you upload the image here or send it to me via email: [email protected]

djfun avatar Mar 11 '20 09:03 djfun

This is a problem in the NBTExplorer. The data is raw bytes and should be displayd as (desimal) numbers from 0 to 255 or in hex but instead NBTExplorer shows it as signed 8-bit integer (-128 to 127). The hex view (16-base numbers) in NBTExplorer are correct.

jeeukko avatar Apr 13 '20 19:04 jeeukko