From a261febb1439310f80b5e71df512d41f9310f2aa Mon Sep 17 00:00:00 2001 From: Jude Melton-Houghton Date: Sat, 13 Aug 2022 14:08:15 -0400 Subject: [PATCH] Add migration note in README --- README | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README b/README index 4af070d..2c23c9f 100644 --- a/README +++ b/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.