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:
@@ -1,5 +1,5 @@
|
||||
#Indigo properties file
|
||||
#Fri May 01 18:53:11 CEST 2026
|
||||
#Fri May 08 01:15:00 MSK 2026
|
||||
always-tesselate-blocks=auto
|
||||
ambient-occlusion-mode=hybrid
|
||||
debug-compare-lighting=auto
|
||||
|
||||
+2
-2
@@ -1,5 +1,5 @@
|
||||
#Early window height
|
||||
earlyWindowHeight = 768
|
||||
earlyWindowHeight = 530
|
||||
#Enable NeoForge global version checking
|
||||
versionCheck = true
|
||||
#Should we control the window. Disabling this disables new GL features and can be bad for mods that rely on them.
|
||||
@@ -11,7 +11,7 @@ disableConfigWatcher = false
|
||||
#Early window provider
|
||||
earlyWindowProvider = "fmlearlywindow"
|
||||
#Early window width
|
||||
earlyWindowWidth = 1024
|
||||
earlyWindowWidth = 925
|
||||
#Early window starts maximized
|
||||
earlyWindowMaximized = false
|
||||
#Default config path for servers
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#This file stores configuration options for Iris, such as the currently active shaderpack
|
||||
#Fri May 01 18:53:12 CEST 2026
|
||||
#Fri May 08 01:15:01 MSK 2026
|
||||
allowUnknownShaders=false
|
||||
colorSpace=SRGB
|
||||
disableUpdateMessage=false
|
||||
|
||||
@@ -1 +1 @@
|
||||
{"v":1,"s":"162988d6ba288169f4964aedda98ef0c1b4b658ee1b69438ea87db9adff7594d9bdf50dee9caaaba4eb302b45123a432ddd7692fc8d1f5118df7c7f5ada2bc9a","u":"e551568de484934259d7da006ea871b7812d8175ab1e1ce70c59e83513b6547c000a3ec0504befd7f3251053bc6e540d6a1ac7f0f0b2e8b50c8ba2db3c408469","p":"28f23bd7ce04d7d13e78cbabfdd20c3b9adc32a6983d70909fad4a023407fa8cdab4a607a7163b7c6d98d7385e4bef21f8717d58547cf329993de26c205ab2fd","t":1724419609}
|
||||
{"v":1,"s":"087f912f6153a4635ded2eddb637fe8d3c6bb6b0717d7373d4a9c8a7d2df024dae68e63a6000dbb7470a231369532def97ac1e551803ece589cd6fcfed81fa89","u":"330288495d986af5ffe20eca8b3de3d92936f96dc3138e6df63155b06202586830c83f41bb51c87624c5df58522f2a6bd93f58a914b81eb86213d25b9f28fed7","p":"bd953f38f848a9a1cbae05339279f2e86c48708bb5079825a535de5686bc64ba3f0458a04856e04c0c63659ca18b64bfef2a46538e33864a74055ff5e5ba9eb2","t":1778192101}
|
||||
@@ -19,8 +19,8 @@
|
||||
"use_no_error_g_l_context": true
|
||||
},
|
||||
"notifications": {
|
||||
"has_cleared_donation_button": true,
|
||||
"has_seen_donation_prompt": true
|
||||
"has_cleared_donation_button": false,
|
||||
"has_seen_donation_prompt": false
|
||||
},
|
||||
"debug": {
|
||||
"terrain_sorting_enabled": true
|
||||
|
||||
@@ -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.
|
||||
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user