From f3200b65a7ca4cbd6160b032979056164d23eed3 Mon Sep 17 00:00:00 2001 From: SHsuperCM Date: Sun, 29 Aug 2021 17:43:24 +0300 Subject: v0.4.0: Added config options to mute loading errors/warns --- src/main/resources/assets/citresewn/lang/en_us.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'src/main/resources/assets/citresewn/lang/en_us.json') diff --git a/src/main/resources/assets/citresewn/lang/en_us.json b/src/main/resources/assets/citresewn/lang/en_us.json index 84fc464..60f651c 100644 --- a/src/main/resources/assets/citresewn/lang/en_us.json +++ b/src/main/resources/assets/citresewn/lang/en_us.json @@ -1,6 +1,12 @@ { "config.citresewn.title": "CIT Resewn Configuration", - "config.citresewn.citsEnabled.title": "Enabled", - "config.citresewn.citsEnabled.tooltip": "Should CITResewn load and inject cits from resourcepacks" + "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" } \ No newline at end of file -- cgit