diff options
author | SHsuperCM <shsupercm@gmail.com> | 2021-10-16 16:13:16 +0300 |
---|---|---|
committer | SHsuperCM <shsupercm@gmail.com> | 2021-10-16 16:13:16 +0300 |
commit | 4ba7596ba4a6d4b5e809a25e78acd0b9faabd22f (patch) | |
tree | d36e083e4b569f5be6f6c10fae73fd21f37fa622 /src/main/resources | |
parent | 4530fd7aba852b0ad47866ecef1f52764b5a4dfc (diff) | |
download | CITResewn-4ba7596ba4a6d4b5e809a25e78acd0b9faabd22f.tar.gz CITResewn-4ba7596ba4a6d4b5e809a25e78acd0b9faabd22f.tar.bz2 CITResewn-4ba7596ba4a6d4b5e809a25e78acd0b9faabd22f.zip |
CIT Enchantment's speed and rotation, added glint speed multiplier to config
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/assets/citresewn/lang/en_us.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main/resources/assets/citresewn/lang/en_us.json b/src/main/resources/assets/citresewn/lang/en_us.json index 7ab3012..2f90a92 100644 --- a/src/main/resources/assets/citresewn/lang/en_us.json +++ b/src/main/resources/assets/citresewn/lang/en_us.json @@ -10,6 +10,9 @@ "config.citresewn.mute_warns.title": "Mute loading warnings", "config.citresewn.mute_warns.tooltip": "Should CIT Resewn not log cit warnings", + "config.citresewn.citenchantment_scroll_multiplier.title": "CIT Enchantment: Scroll Multiplier", + "config.citresewn.citenchantment_scroll_multiplier.tooltip": "General multiplier for the scroll speed of the glint textures added by enchantment CITs.", + "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!", @@ -19,6 +22,7 @@ "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)" }
\ No newline at end of file |