Update .packignore, instance.cfg, LivingEntity.class, and 32 more files

This commit is contained in:
2026-07-15 00:41:55 +01:00
parent fa37d65d6c
commit 98f20ed3dc
35 changed files with 296 additions and 345 deletions
+5 -5
View File
@@ -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]
#