diff options
author | SHsuperCM <shsupercm@gmail.com> | 2022-03-04 09:55:50 +0200 |
---|---|---|
committer | SHsuperCM <shsupercm@gmail.com> | 2022-03-04 10:03:28 +0200 |
commit | d2a7a6b219ff2b229774dba336417822ec019b7b (patch) | |
tree | 3ab4c2fd99a7420feaa502e78e0816be1e585f57 /defaults/src/main/resources | |
parent | 5b465c7ec114700e51f22dff6a68e594bef5bc5b (diff) | |
download | CITResewn-d2a7a6b219ff2b229774dba336417822ec019b7b.tar.gz CITResewn-d2a7a6b219ff2b229774dba336417822ec019b7b.tar.bz2 CITResewn-d2a7a6b219ff2b229774dba336417822ec019b7b.zip |
Added back enchantment scroll multiplier config
Diffstat (limited to 'defaults/src/main/resources')
-rw-r--r-- | defaults/src/main/resources/assets/citresewn-defaults/lang/en_us.json | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/defaults/src/main/resources/assets/citresewn-defaults/lang/en_us.json b/defaults/src/main/resources/assets/citresewn-defaults/lang/en_us.json index 72784ed..5f68e45 100644 --- a/defaults/src/main/resources/assets/citresewn-defaults/lang/en_us.json +++ b/defaults/src/main/resources/assets/citresewn-defaults/lang/en_us.json @@ -1,4 +1,7 @@ { - "config.citresewn.defaults.title": "CIT Resewn: Defaults", - "config.citresewn.defaults.tooltip": "Go to the defaults' config menu" + "config.citresewn-defaults.title": "CIT Resewn: Defaults", + "config.citresewn-defaults.tooltip": "Go to the defaults' config menu", + + "config.citresewn-defaults.type_enchantment_scroll_multiplier.title": "Type Enchantment: Scroll multiplier", + "config.citresewn-defaults.type_enchantment_scroll_multiplier.tooltip": "A general multiplier for how fast cit enchantment glints scroll" }
\ No newline at end of file |