Negative number map color id
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.
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]
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.