aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/assets/citresewn/lang
diff options
context:
space:
mode:
authorSHsuperCM <shsupercm@gmail.com>2021-08-29 17:43:24 +0300
committerSHsuperCM <shsupercm@gmail.com>2021-08-29 17:43:24 +0300
commitf3200b65a7ca4cbd6160b032979056164d23eed3 (patch)
treef1db65e3dc10b41e99b665cfcd1522e663a3b858 /src/main/resources/assets/citresewn/lang
parenta96cbd1dc47330d655c05e6467153db104116e58 (diff)
downloadCITResewn-f3200b65a7ca4cbd6160b032979056164d23eed3.tar.gz
CITResewn-f3200b65a7ca4cbd6160b032979056164d23eed3.tar.bz2
CITResewn-f3200b65a7ca4cbd6160b032979056164d23eed3.zip
v0.4.0: Added config options to mute loading errors/warns
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