TechnicJelle / BlueMapGUI

A GUI wrapper around the BlueMap CLI, mainly to make using BlueMap easier to use on single player worlds.
4 stars 0 forks source link

Resource-pack & data-pack support #13

Open TechnicJelle opened 2 months ago

TechnicJelle commented 2 months ago

In the sidebar, create a new "tab" which allows adding of resource packs. [Add button] opens a file picker for zips and creates a symlink in the bluemap-cli/packs directory to the selected zip.

Reorderable for priority, which renames the links.

TechnicJelle commented 1 week ago

dart:io already supports creating symlinks! :partying_face: https://api.dart.dev/stable/3.5.0/dart-io/Link/create.html So hopefully the actual linking won't be too difficult...

TechnicJelle commented 1 week ago

Remember to also mention data-packs everywhere!