BlueMap-Minecraft / BlueMap

A Minecraft mapping tool that creates 3D models of your Minecraft worlds and displays them in a web viewer.
https://bluecolo.red/bluemap
MIT License
1.92k stars 131 forks source link

PNGs misnamed #172

Closed SlimeDog closed 3 years ago

SlimeDog commented 3 years ago

BlueMap Version: BlueMap-1.3.1-spigot on Spigot 1.16.5-3019 (and previous)

I am using:

Description: PNGs names are incorrect (or anyway, weird): *.png.png.

$ tree bluemap/
bluemap/
├── minecraft-client-1.16.jar
├── resourceExtensions.zip
├── rmstate
└── web
    ├── assets
    │   ├── burger.svg
    │   ├── compass.svg
    │   ├── night.svg
    │   ├── playerheads
    │   ├── poi.svg
    │   └── steve.png
    ├── data
    │   ├── images
    │   │   └── icons
    │   │       ├── cmiportal.png.png
    │   │       ├── cmiprison.png.png
    │   │       ├── factionhome.png.png
    │   │       ├── netherportal.png.png
    │   │       ├── townjail.png.png
    │   │       └── townspawn.png.png
TBlueF commented 3 years ago

That's an issue with the plugin that is adding those images / markers, not with bluemap itself :)

TBlueF commented 3 years ago

I'll close this, because its not a bluemap issue, but the author of MCG Bluemap Essentials is already notified ;)

SlimeDog commented 3 years ago

Thanks.