aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/assets
diff options
context:
space:
mode:
authorSHsuperCM <shsupercm@gmail.com>2021-09-19 11:23:13 +0300
committerSHsuperCM <shsupercm@gmail.com>2021-09-19 11:54:09 +0300
commit797202943d76e3d72cf2316f6cc11311f1a9a0c2 (patch)
tree225946815f3f24a652b9bbd161eed18195d38bf7 /src/main/resources/assets
parent638e1916420329d34646b03c4e24d697d7536ce9 (diff)
downloadCITResewn-797202943d76e3d72cf2316f6cc11311f1a9a0c2.tar.gz
CITResewn-797202943d76e3d72cf2316f6cc11311f1a9a0c2.tar.bz2
CITResewn-797202943d76e3d72cf2316f6cc11311f1a9a0c2.zip
Implemented cit application caching
Closes #31
Diffstat (limited to 'src/main/resources/assets')
-rw-r--r--src/main/resources/assets/citresewn/lang/en_us.json6
1 files changed, 6 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 565c4df..7ab3012 100644
--- a/src/main/resources/assets/citresewn/lang/en_us.json
+++ b/src/main/resources/assets/citresewn/lang/en_us.json
@@ -13,6 +13,12 @@
"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!",
+ "config.citresewn.cache_ms.title": "Cache",
+ "config.citresewn.cache_ms.tooltip": "How often should the cit cache be refreshed.\nHigher values will give more performance.\nLower values will make cits update faster.\nREALTIME will remove the cache entirely,\n making items check for cits every frame.",
+ "config.citresewn.cache_ms.ticks.0": "REALTIME",
+ "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