Update .packignore, instance.cfg, LivingEntity.class, and 32 more files
This commit is contained in:
@@ -175,7 +175,7 @@ _version = 4
|
||||
# is disabled.
|
||||
# This is known to cause out-of-memory issues
|
||||
# and is better solved with a concurrent garbage collector.
|
||||
showExplicitGcDisabledWarning = true
|
||||
showExplicitGcDisabledWarning = false
|
||||
#
|
||||
# If enabled, a chat message will be displayed when DH has too many chunks
|
||||
# queued for updating.
|
||||
@@ -189,7 +189,7 @@ _version = 4
|
||||
# is disabled.
|
||||
# This is known to cause out-of-memory issues
|
||||
# and is better solved with a concurrent garbage collector.
|
||||
logExplicitGcDisabledWarning = true
|
||||
logExplicitGcDisabledWarning = false
|
||||
#
|
||||
# If enabled, a chat message will be displayed if Java doesn't have enough
|
||||
# memory allocated to run DH well.
|
||||
@@ -209,7 +209,7 @@ _version = 4
|
||||
#
|
||||
# If enabled, a chat message will be displayed if vanilla MC's
|
||||
# render distance is higher than the recommended amount.
|
||||
showHighVanillaRenderDistanceWarning = true
|
||||
showHighVanillaRenderDistanceWarning = false
|
||||
#
|
||||
# If enabled, a chat message will be displayed if DH detects
|
||||
# that any pooled objects have been garbage collected.
|
||||
@@ -218,12 +218,12 @@ _version = 4
|
||||
# If enabled, a message will be logged if the garbage
|
||||
# collector Java is currently using is known
|
||||
# to cause frame stuttering and/or other issues.
|
||||
logGarbageCollectorWarning = true
|
||||
logGarbageCollectorWarning = false
|
||||
#
|
||||
# If enabled, a chat message will be displayed in chat if the garbage
|
||||
# collector Java is currently using is known
|
||||
# to cause frame stuttering and/or other issues.
|
||||
showGarbageCollectorWarning = true
|
||||
showGarbageCollectorWarning = false
|
||||
|
||||
[common.worldGenerator]
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user