Duplicate files META-INF/* in jar
bothie opened this issue ยท 1 comments
I just noticed that CraftTweaker2-1.12-4.1.9.jar contains these files:
[...]
876 06-24-2018 21:56 META-INF/crafttweaker_at.cfg
76958 06-24-2018 21:56 META-INF/fml_cache_annotation.json
16447 06-24-2018 21:56 META-INF/fml_cache_class_versions.json
[...]
876 06-24-2018 21:56 META-INF/crafttweaker_at.cfg
5007 06-24-2018 21:56 META-INF/fml_cache_annotation.json
865 06-24-2018 21:56 META-INF/fml_cache_class_versions.json
[...]
Those crafttweaker_at.cfg
files are the same (I diffed them) the others already differ in filesize. Obviously, this is an error, the jar shouldn't contain two versions of the same file.