mirror of
https://gitlab.com/Merith-TK/vanillia-modpack.git
synced 2024-11-22 14:19:31 +00:00
add packwizignore
This commit is contained in:
parent
6691b418f8
commit
38abdc360e
4 changed files with 3 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -17,6 +17,7 @@
|
|||
## Ignore Modpack Updater Script loose files
|
||||
.technic
|
||||
*.zip
|
||||
!.minecraft/.packwizignore
|
||||
|
||||
## Add your modded folders/files to ignore here
|
||||
.minecraft/.*
|
||||
|
|
1
.minecraft/.packwizignore
Normal file
1
.minecraft/.packwizignore
Normal file
|
@ -0,0 +1 @@
|
|||
packwiz-installer-bootstrap.jar
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue