19MisterX98 / SeedcrackerX

MIT License
945 stars 102 forks source link

Optimising save and load structures functionality #232

Closed ghost closed 1 year ago

ghost commented 1 year ago

These changes improve the saving and loading structures operations by using the Path class instead of the File class and making other minor improvements. This also fixes the issue #84 , which prevented saving the structures file for servers on Windows due to the “:” character in filename (reserved). Now the “_” character is used instead of “:”.