From cafcf3c9f07acb2641137cb5c0e0e7cdea5b39f3 Mon Sep 17 00:00:00 2001 From: Wroclaw Date: Sat, 2 Apr 2022 18:31:15 +0200 Subject: [PATCH] add gitattributes --- .gitattributes | 2 ++ index.toml | 2 +- pack.toml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..d790abd --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Disable Git line ending conversion, to prevent packwiz index hashes changing when committing from Windows +* -text \ No newline at end of file diff --git a/index.toml b/index.toml index 1e831af..6e0d3fe 100644 --- a/index.toml +++ b/index.toml @@ -219,4 +219,4 @@ metafile = true [[files]] file = "options.txt" -hash = "3f6ffc5a88f8ae3c983529484757570f8ceaaf00b458e8d64cc1b9dcfb8d0efd" +hash = "9583692ac517a572ee40201f8f207a0e9a91e98a061379decd425a07587131e2" diff --git a/pack.toml b/pack.toml index 5ec0c5f..dfcaf67 100644 --- a/pack.toml +++ b/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.0.0" [index] file = "index.toml" hash-format = "sha256" -hash = "910c2e7443f3f3ac95acc4c1e5489f8e18b71f85b660b369dbfc64d41abd1b26" +hash = "ffd9441fe241f68048ed1b2f93402f51a034b1b2029fe0d608e56a3aebec9497" [versions] fabric = "0.13.3"