i made a custom tileset template and upon loading the map i am met with this error
System.IndexOutOfRangeException: Index was outside the bounds of the array.
at Celeste.Autotiler.orig_ReadInto(TerrainType data, Tileset tileset, XmlElement xml)
at Celeste.Autotiler.ReadInto(TerrainType data, Tileset tileset, XmlElement xml) in /home/vsts/work/1/s/Celeste.Mod.mm/Patches/Autotiler.cs:line 39
at Celeste.Autotiler..ctor(String filename)
at DMD<Celeste.LevelLoader::.ctor>(LevelLoader this, Session session, Nullable`1 startPosition)