mirror of
https://github.com/mt-mods/pipeworks.git
synced 2025-06-28 14:26:15 +02:00
Store teleport tube DB in mod storage (#40)
* Store teleport tube DB in mod storage * Prevent overwriting of tube DB backup file * Remove backup code * Slightly improve storage reading code * Log DB migration to mod storage * Add migration note in README * Improve pipeworks.logger
This commit is contained in:
committed by
GitHub
parent
75894355d4
commit
1823690dad
4
README
4
README
@ -20,3 +20,7 @@ This mod is a work in progress.
|
||||
|
||||
Please note that owing to the nature of this mod, I have opted to use 64px
|
||||
textures. Anything less just looks terrible.
|
||||
|
||||
The teleport tube database used to kept in a file named 'teleport_tubes'.
|
||||
The database is now kept in mod storage. The migration from 'teleport_tubes' is
|
||||
automatic. The old file is then kept around but is not used at all.
|
||||
|
Reference in New Issue
Block a user