From a69a294e7b0abaadb23989a3b24dd502e5cb6771 Mon Sep 17 00:00:00 2001 From: SHsuperCM Date: Tue, 7 Sep 2021 12:18:42 +0300 Subject: Added support for packs with broken paths(config) --- src/main/resources/assets/citresewn/lang/en_us.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (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 60f651c..565c4df 100644 --- a/src/main/resources/assets/citresewn/lang/en_us.json +++ b/src/main/resources/assets/citresewn/lang/en_us.json @@ -8,5 +8,11 @@ "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.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!", + + "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)" } \ No newline at end of file -- cgit