Querz / mcaselector

A tool to select chunks from Minecraft worlds for deletion or export.
MIT License
3.07k stars 171 forks source link

XDG Base Directory compliance #456

Open nelind3 opened 6 months ago

nelind3 commented 6 months ago

This fixes #455. I don't know if you want to refactor the code for windows and macos to also use the helper method i introduced here. Seems possible and would eliminate the complexity of Config#getEnvFilesWithDefault which seems to have been mostly introduced to encompass XDG Base Directory support as neither macos or windows use the features of that helper that make it complex.