Initial commit
This commit is contained in:
2
gitattributes
Normal file
2
gitattributes
Normal file
@ -0,0 +1,2 @@
|
||||
# Disable Git line ending conversion, to prevent packwiz index hashes changing when committing from Windows
|
||||
* -text
|
||||
5
gitignore
Normal file
5
gitignore
Normal file
@ -0,0 +1,5 @@
|
||||
# Exclude exported CurseForge zip files
|
||||
*.zip
|
||||
|
||||
# Exclude exported Modrinth modpacks
|
||||
*.mrpack
|
||||
13
index.toml
Normal file
13
index.toml
Normal file
@ -0,0 +1,13 @@
|
||||
hash-format = "sha256"
|
||||
|
||||
[[files]]
|
||||
file = "gitattributes"
|
||||
hash = "f1c49afdbf5c184940b9d1b0dcb6e070c8ca915a36d6c2b7f5a4c641e1080aea"
|
||||
|
||||
[[files]]
|
||||
file = "gitignore"
|
||||
hash = "eb49facfdd2488fd2fa583f1bce654899ce74b6c92621a42fc38facd62a9da31"
|
||||
|
||||
[[files]]
|
||||
file = "packwizignore"
|
||||
hash = "7adfaf00b7a3df0ded9e78c38675aef1e2f941a6d14b1b72ad57300534a06a7d"
|
||||
13
pack.toml
Normal file
13
pack.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Crumb Pack"
|
||||
author = "IAteYourCookies"
|
||||
version = "1.0.0"
|
||||
pack-format = "packwiz:1.1.0"
|
||||
|
||||
[index]
|
||||
file = "index.toml"
|
||||
hash-format = "sha256"
|
||||
hash = "5287200fe99c90d3e1156bc56d089e3a792eafb57f7ab9c72478011aeafc2ccc"
|
||||
|
||||
[versions]
|
||||
fabric = "0.18.4"
|
||||
minecraft = "1.19.4"
|
||||
5
packwizignore
Normal file
5
packwizignore
Normal file
@ -0,0 +1,5 @@
|
||||
# .packwizignore follows the same format as .gitignore, and can be used to exclude unwanted files from pack exports
|
||||
# See https://git-scm.com/docs/gitignore
|
||||
|
||||
# Exclude README
|
||||
/README.md
|
||||
Reference in New Issue
Block a user