aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/assets/citresewn/lang/en_us.json6
-rw-r--r--src/main/resources/citresewn.mixins.json3
2 files changed, 9 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
diff --git a/src/main/resources/citresewn.mixins.json b/src/main/resources/citresewn.mixins.json
index 09be927..d04a2bc 100644
--- a/src/main/resources/citresewn.mixins.json
+++ b/src/main/resources/citresewn.mixins.json
@@ -10,8 +10,11 @@
"broken_paths.ReloadableResourceManagerImplMixin",
"broken_paths.ResourcePackCompatibilityMixin",
"citarmor.ArmorFeatureRendererMixin",
+ "citarmor.ItemStackMixin",
"citelytra.ElytraFeatureRendererMixin",
+ "citelytra.ItemStackMixin",
"cititem.ItemRendererMixin",
+ "cititem.ItemStackMixin",
"cititem.ModelLoaderMixin",
"cititem.JsonUnbakedModelAccessor",
"core.GroupResourcePackAccessor",