aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
authorSHsuperCM <shsupercm@gmail.com>2021-09-07 12:18:42 +0300
committerSHsuperCM <shsupercm@gmail.com>2021-09-07 12:18:42 +0300
commita69a294e7b0abaadb23989a3b24dd502e5cb6771 (patch)
treeda521b3c42d1d14e0d230d29788bc16ccb087ffc /src/main/resources
parente0c23cb732a8837871f4e7f6d4125d0fa92404f5 (diff)
downloadCITResewn-a69a294e7b0abaadb23989a3b24dd502e5cb6771.tar.gz
CITResewn-a69a294e7b0abaadb23989a3b24dd502e5cb6771.tar.bz2
CITResewn-a69a294e7b0abaadb23989a3b24dd502e5cb6771.zip
Added support for packs with broken paths(config)
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/assets/citresewn/lang/en_us.json8
-rw-r--r--src/main/resources/citresewn.mixins.json4
2 files changed, 11 insertions, 1 deletions
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
diff --git a/src/main/resources/citresewn.mixins.json b/src/main/resources/citresewn.mixins.json
index 4c6a140..5753a8a 100644
--- a/src/main/resources/citresewn.mixins.json
+++ b/src/main/resources/citresewn.mixins.json
@@ -4,12 +4,16 @@
"package": "shcm.shsupercm.fabric.citresewn.mixin",
"compatibilityLevel": "JAVA_16",
"mixins": [
+ "AbstractFileResourcePackMixin",
"ArmorFeatureRendererMixin",
"ElytraFeatureRendererMixin",
+ "IdentifierMixin",
"ItemRendererMixin",
"JsonUnbakedModelAccessor",
"ModelLoaderMixin",
"NbtCompoundAccessor",
+ "ReloadableResourceManagerImplMixin",
+ "ResourcePackCompatibilityMixin",
"SpriteAtlasTextureMixin"
],
"injectors": {