Amulet-Team / Amulet-Core

A Python library for reading and writing the Minecraft save formats. See Amulet for the actual editor.
https://www.amuletmc.com/
215 stars 33 forks source link

Added better writeable directories #249

Closed gentlegiantJGC closed 1 year ago

gentlegiantJGC commented 1 year ago

Cache and log directories are configured using environment variables set by the application that uses the library. Default values will be used if not defined.

Amulet-Team/Amulet-Map-Editor#916