From 38abdc360e42f1d8b5661b00f3c8dc5b9b10e91a Mon Sep 17 00:00:00 2001 From: Merith TK Date: Sat, 19 Mar 2022 15:00:14 -0700 Subject: [PATCH] add packwizignore --- .gitignore | 1 + .minecraft/.packwizignore | 1 + .minecraft/index.toml | 4 ---- .minecraft/pack.toml | 2 +- 4 files changed, 3 insertions(+), 5 deletions(-) create mode 100644 .minecraft/.packwizignore diff --git a/.gitignore b/.gitignore index 9304d64..086e1b5 100644 --- a/.gitignore +++ b/.gitignore @@ -17,6 +17,7 @@ ## Ignore Modpack Updater Script loose files .technic *.zip +!.minecraft/.packwizignore ## Add your modded folders/files to ignore here .minecraft/.* diff --git a/.minecraft/.packwizignore b/.minecraft/.packwizignore new file mode 100644 index 0000000..774ff39 --- /dev/null +++ b/.minecraft/.packwizignore @@ -0,0 +1 @@ +packwiz-installer-bootstrap.jar \ No newline at end of file diff --git a/.minecraft/index.toml b/.minecraft/index.toml index 6527801..5c95cf3 100644 --- a/.minecraft/index.toml +++ b/.minecraft/index.toml @@ -343,10 +343,6 @@ file = "mods/yungs-api-fabric.toml" hash = "ce05f69b0c02eeda34b3a31c780343c95fca2bcb77a03c3cb01dea5176022f12" metafile = true -[[files]] -file = "packwiz-installer-bootstrap.jar" -hash = "a8fbb24dc604278e97f4688e82d3d91a318b98efc08d5dbfcbcbcab6443d116c" - [[files]] file = "vanillia.icon.png" hash = "963d47f1e895030756f0d21ab868f5429960239e49fc2381063427e7e4f103af" diff --git a/.minecraft/pack.toml b/.minecraft/pack.toml index 45b75bd..f81dcda 100644 --- a/.minecraft/pack.toml +++ b/.minecraft/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.0.0" [index] file = "index.toml" hash-format = "sha256" -hash = "815644db5a287ff0b636c5d68e6f581bee38d8e9cdb8acc2ccb573f0d6b33b10" +hash = "d33167b5e616fee7fcbeaa1c0e90dfea8641251f3acddb4304ec55d16742a661" [versions] fabric = "0.13.3"