1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
{
"config.citresewn.title": "CIT Resewn Configuration",
"config.citresewn.configure": "Configure",
"config.citresewn.enabled.title": "Enabled",
"config.citresewn.enabled.tooltip": "Should CIT Resewn load and inject cits from resourcepacks",
"config.citresewn.mute_errors.title": "Mute loading errors",
"config.citresewn.mute_errors.tooltip": "Should CIT Resewn not log cit errors",
"config.citresewn.mute_warns.title": "Mute loading warnings",
"config.citresewn.mute_warns.tooltip": "Should CIT Resewn not log cit warnings",
"config.citresewn.broken_paths.title": "Allow broken paths in resourcepacks",
"config.citresewn.broken_paths.tooltip": "Allows packs with illegal resource paths to load.\nMay cause issues!",
"config.citresewn.cache_ms.title": "Cache",
"config.citresewn.cache_ms.tooltip": "How often should the cit cache be refreshed.\nHigher values will give more performance.\nLower values will make cits update faster.\nREALTIME will remove the cache entirely,\n making items check for cits every frame.",
"config.citresewn.cache_ms.ticks.0": "REALTIME",
"config.citresewn.cache_ms.ticks.1": "EVERY TICK",
"config.citresewn.cache_ms.ticks.any": "EVERY %s TICKS",
"pack.incompatible.broken_paths": "(Contains broken paths)",
"pack.incompatible.confirm.broken_paths": "This pack contains broken paths and support for it may be dropped in the future. Contact pack author to remove this warning. (~ CIT Resewn)"
}
|