Update .packignore, instance.cfg, .gitignore, atomic science series and 30 more files
This commit is contained in:
@@ -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]
|
||||
#
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#Set this to false to disable the small scrolling popups that appear when you gain xp in a skill
|
||||
showXpParticles = false
|
||||
#Set this to false to disable the message that welcomes you to Advent of Ascension when logging in
|
||||
showWelcomeMessage = true
|
||||
showWelcomeMessage = false
|
||||
#Set this to false to hide player halos for those that have them
|
||||
showPlayerHalos = true
|
||||
#If multiple halos are available, which one would you prefer to have on?
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#Need help? Ask on Discord or Github/Gitlab <3 (ps: it is possible that this file contains nothing it's normal)
|
||||
#Mon Jul 13 18:47:11 GMT 2026
|
||||
#Tue Jul 14 18:33:21 GMT 2026
|
||||
boolean.villages.enabled_custom_config=true
|
||||
int.villages.salt=10387312
|
||||
int.villages.separation=20
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
[general]
|
||||
#Show the beta warning with the project issue tracker when entering a world.
|
||||
showBetaWarning = true
|
||||
showBetaWarning = false
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#Indigo properties file
|
||||
#Mon Jul 13 18:47:13 GMT 2026
|
||||
#Tue Jul 14 18:33:23 GMT 2026
|
||||
always-tesselate-blocks=auto
|
||||
ambient-occlusion-mode=hybrid
|
||||
debug-compare-lighting=auto
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
#Need help? Ask on Discord or Github/Gitlab <3 (ps: it is possible that this file contains nothing it's normal)
|
||||
#Mon Jul 13 18:47:11 GMT 2026
|
||||
#Tue Jul 14 18:33:22 GMT 2026
|
||||
boolean.creative.enable_item_group_ferret=false
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#This file stores configuration options for Iris, such as the currently active shaderpack
|
||||
#Mon Jul 13 18:47:11 GMT 2026
|
||||
#Tue Jul 14 18:33:21 GMT 2026
|
||||
colorSpace=SRGB
|
||||
disableUpdateMessage=true
|
||||
enableDebugOptions=false
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#Packet Fixer config file.
|
||||
#Default values (minecraft default): nbtMaxSize 2097152, packetSize 1048576, decoderSize 8388608 and varInt21Size 3.
|
||||
#Max values are 2147483647 for packetSize/decoderSize/varInt21 and 9223372036854775807 for nbtMaxSize.
|
||||
#Mon Jul 13 18:47:04 GMT 2026
|
||||
#Tue Jul 14 18:33:15 GMT 2026
|
||||
allSizesUnlimited=true
|
||||
chunkPacketData=2097152
|
||||
decoderSize=8388608
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#
|
||||
#Mon Jul 13 18:47:04 GMT 2026
|
||||
#Tue Jul 14 18:33:15 GMT 2026
|
||||
mixin.perf.biome=true
|
||||
mixin.perf.noise=true
|
||||
|
||||
Reference in New Issue
Block a user