aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/assets/citresewn/lang
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/assets/citresewn/lang')
-rw-r--r--src/main/resources/assets/citresewn/lang/en_us.json10
1 files changed, 8 insertions, 2 deletions
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