Tweakeroo

Tweakeroo

2M Downloads

tweakPeriodicHoldUse and disableChunkRendering comment typo

alex-huff opened this issue · 0 comments

commented

TWEAK_PERIODIC_HOLD_USE's comment contains an escaped \, causing a literal \n to be in the comment.

TWEAK_PERIODIC_HOLD_USE         ("tweakPeriodicHoldUse",                false, "",    "Enables periodically holding use for a configurable amount of time.\nConfigure the interval in Generic -> periodicHoldUseInterval\nand the duration in periodicHoldUseDuration\n§6Note: You should not use the normal hold use\n§6or the periodic use at the same time"),

DISABLE_CHUNK_RENDERING's comment has the same problem, but 3 times.

public static final ConfigBooleanHotkeyed       DISABLE_CHUNK_RENDERING         = new ConfigBooleanHotkeyed("disableChunkRendering",                false, "", "Disables chunk (re-)rendering. This will make any block changes non-visible\\nuntil this is disabled again and F3 + A is used to refresh the world rendering.\\nThis might help with low fps in places with lots of block changes in some situations,\\nwhere the block changes are not really relevant at that time.");