Update .packignore, instance.cfg, .gitignore, atomic science series and 30 more files

This commit is contained in:
2026-07-14 19:50:20 +01:00
parent 341727c85b
commit c42643e9a1
29 changed files with 72 additions and 103 deletions
+7 -7
View File
@@ -138,11 +138,11 @@ _version = 4
#
# If enabled, the mod will log information about the renderer setup, cleanup, and any issues it may encounter.
# This can be useful for debugging.
logRendererEventToFile = "INFO"
logRendererEventToFile = "ERROR"
#
# If enabled, the mod will log information about the world generation process.
# This can be useful for debugging.
logWorldGenEventToFile = "INFO"
logWorldGenEventToFile = "ERROR"
#
# If enabled, the mod will log information about the renderer OpenGL process.
# This can be useful for debugging.
@@ -153,21 +153,21 @@ _version = 4
#
# If enabled, the mod will log information about the world generation process.
# This can be useful for debugging.
logWorldGenChunkLoadEventToFile = "INFO"
logWorldGenChunkLoadEventToFile = "ERROR"
#
# If enabled, the mod will log information about the renderer OpenGL process.
# This can be useful for debugging.
logRendererGLEventToFile = "INFO"
logRendererGLEventToFile = "ERROR"
#
# If enabled, the mod will log information about network operations.
# This can be useful for debugging.
logNetworkEventToFile = "INFO"
logNetworkEventToFile = "ERROR"
#
# If enabled, config changes sent by the server will be logged.
logConnectionConfigChangesToFile = "WARN"
logConnectionConfigChangesToFile = "ERROR"
#
#
globalFileMaxLevel = "INFO"
globalFileMaxLevel = "ERROR"
[common.logging.warning]
#