Make default text cooldown range higher

This commit is contained in:
fullwall 2023-01-02 11:57:27 +08:00
parent 433121979c
commit fda3c9d5c9

View File

@ -110,8 +110,8 @@ public class Settings {
value = list;
}
},
DEFAULT_TEXT_DELAY_MAX("npc.text.default-random-text-delay-max", 40),
DEFAULT_TEXT_DELAY_MIN("npc.text.default-random-text-delay-min", 20),
DEFAULT_TEXT_DELAY_MAX("npc.text.default-random-text-delay-max", 200),
DEFAULT_TEXT_DELAY_MIN("npc.text.default-random-text-delay-min", 100),
DEFAULT_TEXT_SPEECH_BUBBLE_TICKS("npc.text.speech-bubble-ticks", 50),
DISABLE_LOOKCLOSE_WHILE_NAVIGATING("npc.default.look-close.disable-while-navigating", true),
DISABLE_MC_NAVIGATION_FALLBACK("npc.pathfinding.disable-mc-fallback-navigation", true),