Update Minecraft instance configuration and remove obsolete mods. Adjust early window dimensions in fml.toml, update timestamps in properties files, reset donation prompt notifications in sodium-options.json, and delete unused mod files for fancymenu and melody.

This commit is contained in:
Leonid Pershin
2026-05-08 01:15:45 +03:00
parent a9b6f4285c
commit 747a420860
9 changed files with 18 additions and 8 deletions
+10
View File
@@ -0,0 +1,10 @@
# What is this directory?
* In order to perform certain functions, spark sometimes needs to write temporary data to the disk.
* Previously, a temporary directory provided by the operating system was used for this purpose.
* However, this proved to be unreliable in some circumstances, so spark now stores temporary data here instead!
spark will automatically cleanup the contents of this directory.
(but if for some reason it doesn't, if the server is stopped, you can freely delete any files ending in .tmp)
tl;dr: spark uses this folder to store some temporary data.